10 lines
148 B
Nix
10 lines
148 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./gc ];
|
|
|
|
nix.settings = {
|
|
experimental-features = [ "nix-command" "flakes" ];
|
|
auto-optimise-store = true;
|
|
};
|
|
}
|