diff options
| author | Mel <einebeere@gmail.com> | 2024-09-13 19:59:05 +0000 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-09-13 19:59:05 +0000 |
| commit | 97482db4bc7d749484dd641f070f8497b17fa5a1 (patch) | |
| tree | f2cb3df9b14487d5c8bdebdda7b967616034144e /configuration.nix | |
| parent | 593ec35d7daae320ee58464c8fd039453027fc0c (diff) | |
| download | rnrd-97482db4bc7d749484dd641f070f8497b17fa5a1.tar.zst rnrd-97482db4bc7d749484dd641f070f8497b17fa5a1.zip | |
Flakes
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index bf8b46c..3dbe00c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,8 @@ in (./hardware + "/${me.name}.nix") (./machines + "/${me.name}.nix") ]; - + + nix.settings.experimental-features = [ "flakes" "nix-command" ]; nixpkgs = { config.allowUnfree = true; overlays = [ (super: final: import ./pkgs final )]; |
