Explicitly set nix package to use

This commit is contained in:
JuliusFreudenberger 2026-01-02 22:15:57 +01:00
parent 0f163aee34
commit bdd7bd301e

View file

@ -5,6 +5,7 @@
}: {
# do garbage collection weekly to keep disk usage low
nix = {
package = pkgs.nix;
settings = {
experimental-features = ["nix-command" "flakes"];
};