[fix] flake.nix: switch to lix 2.90.0-rc1
All checks were successful
/ check (push) Successful in 26s
/ build (docs) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 20s
/ build (nvim) (push) Successful in 1s

This commit is contained in:
Jalil David Salamé Messina 2024-06-23 20:04:41 +02:00
parent 81e21d72be
commit 843bf1c9a7
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 12 additions and 20 deletions

View file

@ -16,14 +16,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Lix
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.90.0-rc1.tar.gz";
inputs = {
lix.follows = "lix";
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};