diff --git a/flake.lock b/flake.lock index 4c5d9be..0c6f604 100644 --- a/flake.lock +++ b/flake.lock @@ -92,17 +92,17 @@ "quixosNixHelpers": { "flake": false, "locked": { - "lastModified": 1783886666, - "narHash": "sha256-y52TlYwH9RBzzyhpkY/eB21t85BE84idpsg8618MIHg=", + "lastModified": 1783914102, + "narHash": "sha256-A9EnXxKaODNrSUpw1IlUBR8fe4px5I+wNJFUFGbZY7c=", "ref": "refs/heads/exported", - "rev": "81e55657d9ce0ba092cffd69ee15179ea02aa598", - "revCount": 2, + "rev": "1f0c39b01501d646fe97dfc6e5777ccab0bde2f1", + "revCount": 6, "type": "git", "url": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git" }, "original": { "ref": "refs/heads/exported", - "rev": "81e55657d9ce0ba092cffd69ee15179ea02aa598", + "rev": "1f0c39b01501d646fe97dfc6e5777ccab0bde2f1", "type": "git", "url": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git" } diff --git a/flake.nix b/flake.nix index 62cb1e9..6d3043c 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ flake-utils.url = "github:numtide/flake-utils"; quixos-protocol.url = "git+https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-protocol.git?ref=refs/heads/exported&rev=c5141a24c4e82672d66d4b45ac11c45d7d88e1f7"; quixosNixHelpers = { - url = "git+https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git?ref=refs/heads/exported&rev=81e55657d9ce0ba092cffd69ee15179ea02aa598"; + url = "git+https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git?ref=refs/heads/exported&rev=1f0c39b01501d646fe97dfc6e5777ccab0bde2f1"; flake = false; }; };