diff options
author | stuebinm | 2023-06-17 20:02:16 +0200 |
---|---|---|
committer | stuebinm | 2023-06-17 20:02:16 +0200 |
commit | fd3bafc78337c9ef7f2049f8410064e63e538521 (patch) | |
tree | 8199f1e303fa35b7d464c15b95d11205b96b4459 | |
parent | 6c65ac374319e44c922e417f0c2c391d74d9a47d (diff) |
fix uplcg
-rw-r--r-- | chaski/configuration.nix | 2 | ||||
-rw-r--r-- | flake.lock | 12 | ||||
-rw-r--r-- | flake.nix | 2 |
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 @@ -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": { @@ -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; |