test
This commit is contained in:
parent
9077005e1a
commit
6c6c06acd9
1 changed files with 2 additions and 7 deletions
|
@ -143,14 +143,9 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Enable flakes: https://nixos.wiki/wiki/Flakes
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Secureboot
|
||||
sbctl
|
||||
|
|
Loading…
Reference in a new issue