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