Explicitly set nix package to use

This commit is contained in:
JuliusFreudenberger 2026-01-02 22:15:57 +01:00
parent e81a7875ed
commit 6f805ea6a4

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