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 = {
# Use default version alias for nix package
package = pkgs.nixVersions.nix_2_21;
# Use lix (forked nix)
package = pkgs.lix;
gc.automatic = true;
optimise.automatic = true;
registry = {
nixpkgs.flake = flake.inputs.nixpkgs;
#unstable.flake = flake.inputs.unstable;
master.flake = flake.inputs.master;
system.flake = flake.self;
};