Nix: auto optimise store

This commit is contained in:
Toast 2024-02-19 11:18:32 +01:00
parent 73a1fa2f84
commit f4bb46fb28
3 changed files with 3 additions and 4 deletions

View file

@ -5,6 +5,9 @@
extraOptions = ''
experimental-features = nix-command flakes
'';
settings = {
auto-optimise-store = true;
};
registry = {
agenix = {
from = { id = "agenix"; type = "indirect"; };