mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-15 00:43:51 +02:00
minimal: Default to Lix for NixOS
This commit is contained in:
parent
ac5501aafe
commit
f8b5a44132
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.latest;
|
||||
package = pkgs.lixPackageSets.latest.lix;
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue