diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 23:03:37 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 23:03:37 +0100 |
| commit | 5bfdfc5f55117e20893e33b397adab9c23b3622e (patch) | |
| tree | ce7224be48963fbc8e29c7d060ed6fe2058be51b /config/store.nix | |
| parent | 52c3597a1f281e40a400375b0e6cad3ef32a19e2 (diff) | |
config: enable flakes
Diffstat (limited to 'config/store.nix')
| -rw-r--r-- | config/store.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/store.nix b/config/store.nix index 79c4f91..38d98c5 100644 --- a/config/store.nix +++ b/config/store.nix @@ -3,6 +3,7 @@ { nix = { autoOptimiseStore = true; + experimental-features = [ "nix-command" "flakes" ]; gc = { automatic = true; dates = "daily"; |
