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

@ -6,7 +6,8 @@
nixpkgs-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
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";
};