This commit is contained in:
Evie Litherland-Smith 2023-05-05 08:39:02 +01:00
parent 61d754d48a
commit d380672318

View file

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