Compare commits

...

1 commit

Author SHA1 Message Date
f19d82e291
flake: pin lix to 2.91
The idea behind this release branch is to provide a Hydra that builds
with a stable Lix version (i.e. 2.91).
2024-12-04 09:35:10 +01:00
2 changed files with 7 additions and 6 deletions

View file

@ -48,15 +48,16 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1725228396,
"narHash": "sha256-QBXwqyPuHUKBiuyzHBxqH/MpjPY9DQiY2M81P2t6b/0=",
"ref": "refs/heads/main",
"rev": "02eb07cfd539c34c080cb1baf042e5e780c1fcc2",
"revCount": 16214,
"lastModified": 1729298362,
"narHash": "sha256-NeKFHS+dwfl1cgIGW/qEEoFVBWB8EKw71Y7x248nAfU=",
"ref": "release-2.91",
"rev": "0d5520594e4a39c14571af3089e0bf30129d6e37",
"revCount": 16140,
"type": "git",
"url": "https://git.lix.systems/lix-project/lix"
},
"original": {
"ref": "release-2.91",
"type": "git",
"url": "https://git.lix.systems/lix-project/lix"
}

View file

@ -3,7 +3,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
inputs.lix.url = "git+https://git.lix.systems/lix-project/lix";
inputs.lix.url = "git+https://git.lix.systems/lix-project/lix?ref=release-2.91";
inputs.lix.inputs.nixpkgs.follows = "nixpkgs";
inputs.nix-eval-jobs.url = "git+https://git.lix.systems/lix-project/nix-eval-jobs";