From fd3bafc78337c9ef7f2049f8410064e63e538521 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 17 Jun 2023 20:02:16 +0200 Subject: fix uplcg --- chaski/configuration.nix | 2 +- flake.lock | 12 ++++++------ 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 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; -- cgit v1.2.3