feat(nix): use lix-module
Some checks failed
Test / tests (push) Failing after 48s

Initially using Lix 2.93.2 from lix-module to fix critical regression.
Will later switch to Lix from nixpkgs to benefit from the cache.
This commit is contained in:
Felix Schröter 2025-06-30 13:52:19 +02:00
parent 7610d86028
commit 77f0ba6d03
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 65 additions and 2 deletions

View file

@ -19,6 +19,12 @@ rec {
nixos-hardware.url = "github:NixOS/nixos-hardware";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
disko = {
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";