nix: switch to lix
This commit is contained in:
parent
0b3a2f2954
commit
a6b69ee730
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue