diff options
author | Minijackson <minijackson@riseup.net> | 2022-06-13 09:21:46 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-06-13 09:21:46 +0200 |
commit | 24d3e962097ba89032a98506414f02e1832f6a6a (patch) | |
tree | 756736cd5213a78505ccce4a737c218bcbca37cd | |
parent | 3f14f7678f871d01bb8a078df68b4b6d80c882b1 (diff) | |
download | nixos-config-reborn-24d3e962097ba89032a98506414f02e1832f6a6a.tar.gz nixos-config-reborn-24d3e962097ba89032a98506414f02e1832f6a6a.zip |
nix: remove unneeded nixFlakes package assignment
-rw-r--r-- | common/nix.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/nix.nix b/common/nix.nix index f16e1d9..71cca52 100644 --- a/common/nix.nix +++ b/common/nix.nix | |||
@@ -11,7 +11,6 @@ inputs: | |||
11 | options = "--delete-older-than 30d"; | 11 | options = "--delete-older-than 30d"; |
12 | }; | 12 | }; |
13 | 13 | ||
14 | package = pkgs.nixFlakes; | ||
15 | extraOptions = '' | 14 | extraOptions = '' |
16 | experimental-features = nix-command flakes | 15 | experimental-features = nix-command flakes |
17 | ''; | 16 | ''; |