summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock25
-rw-r--r--flake.nix8
2 files changed, 21 insertions, 12 deletions
diff --git a/flake.lock b/flake.lock
index 2b17ca2..b12559d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -278,36 +278,38 @@
"lix": {
"flake": false,
"locked": {
- "lastModified": 1737234286,
- "narHash": "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g=",
- "rev": "2837da71ec1588c1187d2e554719b15904a46c8b",
+ "lastModified": 1739137265,
+ "narHash": "sha256-WejZuOso5ElVYLA/17uVw7Noqi72ZbydPwMrbqNzC0c=",
+ "rev": "7d4912bcf9028db491fe1061d3efcf2392c4bd76",
"type": "tarball",
- "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/2837da71ec1588c1187d2e554719b15904a46c8b.tar.gz?rev=2837da71ec1588c1187d2e554719b15904a46c8b"
+ "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/7d4912bcf9028db491fe1061d3efcf2392c4bd76.tar.gz?rev=7d4912bcf9028db491fe1061d3efcf2392c4bd76"
},
"original": {
"type": "tarball",
- "url": "https://git.lix.systems/lix-project/lix/archive/2.92.0.tar.gz"
+ "url": "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"
}
},
"lix-module": {
"inputs": {
"flake-utils": "flake-utils_4",
"flakey-profile": "flakey-profile",
- "lix": "lix",
+ "lix": [
+ "lix"
+ ],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
- "lastModified": 1737237494,
- "narHash": "sha256-YMLrcBpf0TR5r/eaqm8lxzFPap2TxCor0ZGcK3a7+b8=",
- "rev": "b90bf629bbd835e61f1317b99e12f8c831017006",
+ "lastModified": 1738176840,
+ "narHash": "sha256-NG3IRvRs3u3btVCN861FqHvgOwqcNT/Oy6PBG86F5/E=",
+ "rev": "621aae0f3cceaffa6d73a4fb0f89c08d338d729e",
"type": "tarball",
- "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/b90bf629bbd835e61f1317b99e12f8c831017006.tar.gz?rev=b90bf629bbd835e61f1317b99e12f8c831017006"
+ "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/621aae0f3cceaffa6d73a4fb0f89c08d338d729e.tar.gz?rev=621aae0f3cceaffa6d73a4fb0f89c08d338d729e"
},
"original": {
"type": "tarball",
- "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz"
+ "url": "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"
}
},
"microvm": {
@@ -522,6 +524,7 @@
"authentik-nix": "authentik-nix",
"flake-utils": "flake-utils_2",
"lanzaboote": "lanzaboote",
+ "lix": "lix",
"lix-module": "lix-module",
"microvm": "microvm",
"nixos-hardware": "nixos-hardware",
diff --git a/flake.nix b/flake.nix
index 52c4b5f..142608e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,9 +30,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ lix = {
+ url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
+ flake = false;
+ };
+
lix-module = {
- url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
+ url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
+ inputs.lix.follows = "lix";
};
website = {