diff --git a/.quixos-subtree-source.json b/.quixos-subtree-source.json index e55d73a..835d3f9 100644 --- a/.quixos-subtree-source.json +++ b/.quixos-subtree-source.json @@ -1,7 +1,7 @@ { "version": 1, "sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git", - "sourceCommit": "4e9cbccd3882cded26ec198c0299435a8bfa6f99", + "sourceCommit": "3a81f75f5da1be812d8bbc4dec9180c8d2b9fd0e", "sourcePath": "quixos-instance/packages/camino-datatypes", "exportName": "camino-datatypes", "mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/camino-datatypes.git" diff --git a/flake.lock b/flake.lock index 7907cb1..dfa74f0 100644 --- a/flake.lock +++ b/flake.lock @@ -37,17 +37,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 71e08ea..a4439ae 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; 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; }; };