Add experimental nix commands to NixOS

This commit is contained in:
Evie Litherland-Smith 2023-05-04 15:48:18 +01:00
parent 9478fdd9ca
commit 61d754d48a

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
nix.settings.experimental-features = [ "nix-command", "flakes" ];
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;