summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2023-06-17 20:02:16 +0200
committerstuebinm2023-06-17 20:02:16 +0200
commitfd3bafc78337c9ef7f2049f8410064e63e538521 (patch)
tree8199f1e303fa35b7d464c15b95d11205b96b4459
parent6c65ac374319e44c922e417f0c2c391d74d9a47d (diff)
fix uplcg
Diffstat (limited to '')
-rw-r--r--chaski/configuration.nix2
-rw-r--r--flake.lock12
-rw-r--r--flake.nix2
3 files changed, 8 insertions, 8 deletions
diff --git a/chaski/configuration.nix b/chaski/configuration.nix
index 6df5715..1d4f096 100644
--- a/chaski/configuration.nix
+++ b/chaski/configuration.nix
@@ -8,7 +8,7 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
- # ./services/uplcg.nix
+ ./services/uplcg.nix
./services/tracktrain.nix
./services/chat.nix
./services/bahnhof-name.nix
diff --git a/flake.lock b/flake.lock
index b846418..f3ab829 100644
--- a/flake.lock
+++ b/flake.lock
@@ -473,18 +473,18 @@
"uplcg": {
"flake": false,
"locked": {
- "lastModified": 1670253520,
- "narHash": "sha256-bNMKKwI2ek1xDypgCmiUq4YBY3kcWBfywDUNWI0SJTY=",
+ "lastModified": 1687024567,
+ "narHash": "sha256-SdAnUQwHxK/8CZpjxB/s0zMeO453nZzh6JABvl/55Rg=",
"ref": "main",
- "rev": "d8da28c5d80d2976f5a607013b272b960c0fcdbe",
- "revCount": 123,
+ "rev": "b61c0b191578d6ed39a6038cca7b436764a1f9f1",
+ "revCount": 124,
"type": "git",
- "url": "https://stuebinm.eu/git/uplcg"
+ "url": "https://stuebinm.eu/git/forks/uplcg"
},
"original": {
"ref": "main",
"type": "git",
- "url": "https://stuebinm.eu/git/uplcg"
+ "url": "https://stuebinm.eu/git/forks/uplcg"
}
},
"utils": {
diff --git a/flake.nix b/flake.nix
index 6ff8cd0..4da00c9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,7 +19,7 @@
sops-nix.inputs.nixpkgs-stable.follows = "nixpkgs";
nix-gleam.url = "github:arnarg/nix-gleam";
- uplcg.url = "git+https://stuebinm.eu/git/uplcg?ref=main";
+ uplcg.url = "git+https://stuebinm.eu/git/forks/uplcg?ref=main";
uplcg.flake = false;
tracktrain.url = "git+https://stuebinm.eu/git/tracktrain?ref=main";
tracktrain.flake = false;