Merge branch 'main' into teutat3s-init-fae

This commit is contained in:
teutat3s 2022-01-31 16:19:59 +01:00
commit 63f91c864a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 1 additions and 2 deletions

View file

@ -71,7 +71,6 @@
nur.overlay
agenix.overlay
nvfetcher.overlay
nix-dram.overlay
./pkgs/default.nix
];
};

View file

@ -88,7 +88,7 @@ in
nix = {
# use nix-dram, a patched nix command, see: https://github.com/dramforever/nix-dram
package = pkgs.nix-dram;
package = inputs.nix-dram.packages.${pkgs.system}.nix-dram;
# Improve nix store disk usage
autoOptimiseStore = true;