nix: switch to lix

This commit is contained in:
teutat3s 2024-05-27 10:58:26 +02:00
parent 0b3a2f2954
commit a6b69ee730
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -28,15 +28,14 @@
}; };
nix = { nix = {
# Use default version alias for nix package # Use lix (forked nix)
package = pkgs.nixVersions.nix_2_21; package = pkgs.lix;
gc.automatic = true; gc.automatic = true;
optimise.automatic = true; optimise.automatic = true;
registry = { registry = {
nixpkgs.flake = flake.inputs.nixpkgs; nixpkgs.flake = flake.inputs.nixpkgs;
#unstable.flake = flake.inputs.unstable; #unstable.flake = flake.inputs.unstable;
master.flake = flake.inputs.master;
system.flake = flake.self; system.flake = flake.self;
}; };