enable flakes (FINE)
This commit is contained in:
parent
90283e9a57
commit
70acda1276
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ in
|
||||||
./nix-alien.nix
|
./nix-alien.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with upkgs; [
|
environment.systemPackages = with upkgs; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue