little-lightning: nix.optimise.automatic

This commit is contained in:
Zynh Ludwig 2024-12-12 04:12:53 -08:00
parent e8d79d9836
commit 45e5a8adc8
2 changed files with 4 additions and 6 deletions

View file

@ -729,13 +729,13 @@
"revCount": 867, "revCount": 867,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix" "url": "https://github.com/Open-Wine-Components/umu-launcher/"
}, },
"original": { "original": {
"dir": "packaging/nix", "dir": "packaging/nix",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix" "url": "https://github.com/Open-Wine-Components/umu-launcher/"
} }
}, },
"xwayland-satellite-stable": { "xwayland-satellite-stable": {

View file

@ -3,10 +3,8 @@
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
environment.systemPackages = [ ]; environment.systemPackages = [ ];
nix.settings = { nix.settings.experimental-features = [ "nix-command" "flakes" ];
experimental-features = [ "nix-command" "flakes" ]; nix.optimise.automatic = true;
auto-optimise-store = true;
};
environment.shells = with pkgs; [ bashInteractive zsh fish ]; environment.shells = with pkgs; [ bashInteractive zsh fish ];