Explicitly set nix package to use

This commit is contained in:
JuliusFreudenberger 2026-01-02 22:15:57 +01:00
parent cc07dcd4df
commit 68a7cc25ac

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"];
};