Extra lines to ensure flakes work
This commit is contained in:
@ -15,8 +15,11 @@
|
|||||||
"/nix/var/nix/profiles/per-user/root/channels"
|
"/nix/var/nix/profiles/per-user/root/channels"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Experimental features
|
# Ensure nix flakes are enabled
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.package = pkgs.nixFlakes;
|
||||||
|
nix.extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
|
|
||||||
# I'm sorry Stallman-taichou
|
# I'm sorry Stallman-taichou
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
@ -29,8 +29,11 @@
|
|||||||
"/nix/var/nix/profiles/per-user/root/channels"
|
"/nix/var/nix/profiles/per-user/root/channels"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Experimental features
|
# Ensure nix flakes are enabled
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.package = pkgs.nixFlakes;
|
||||||
|
nix.extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
|
|
||||||
# I'm sorry Stallman-taichou
|
# I'm sorry Stallman-taichou
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
Reference in New Issue
Block a user