flake: pin lix version

This commit is contained in:
Katherina Walshe-Grey 2025-04-07 15:20:17 +01:00
parent 4265d5bae9
commit 61d86b7f57
2 changed files with 9 additions and 11 deletions

View file

@ -238,18 +238,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741892773, "lastModified": 1742943028,
"narHash": "sha256-8oUT6D7VlsuLkms3zBsUaPBUoxucmFq62QdtyVpjq0Y=", "narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=",
"ref": "stable", "rev": "868d97695bab9d21f6070b03957bcace249fbe3c",
"rev": "ed7a2fa83145868ecb830d6b3c73ebfd81a9e911", "type": "tarball",
"revCount": 130, "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/868d97695bab9d21f6070b03957bcace249fbe3c.tar.gz?rev=868d97695bab9d21f6070b03957bcace249fbe3c"
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
}, },
"original": { "original": {
"ref": "stable", "type": "tarball",
"type": "git", "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz"
"url": "https://git.lix.systems/lix-project/nixos-module"
} }
}, },
"nixpkgs": { "nixpkgs": {

View file

@ -6,7 +6,8 @@
nixpkgs-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
lix-module = { lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=stable"; # lix haven't figured out automatic updates yet: https://git.lix.systems/lix-project/nixos-module/issues/39
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };