1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Use release version of lix instead of daily main updates

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@gmail.com>
This commit is contained in:
Stefan Ellmauthaler 2024-08-22 10:36:12 +02:00
parent 5931e932cd
commit 9c497f51a0
No known key found for this signature in database

View File

@ -11,15 +11,9 @@
# 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/main.tar.gz";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
nixos-hardware = {url = "github:NixOS/nixos-hardware/master";};