diff --git a/Makefile b/Makefile index ba589648..646e6feb 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ clean: chart-clean regenerate-charts: chart-clean compile-chart regenerate-nix: - nix run -f . regenerateNixLockfiles + nix run --extra-experimental-features "nix-command flakes" -f . regenerateNixLockfiles build: regenerate-charts regenerate-nix helm-package docker-build @@ -190,7 +190,7 @@ check-kubernetes: run-dev: check-nix check-kubernetes kubectl apply -f deploy/stackable-operators-ns.yaml - nix run -f. tilt -- up --port 5430 --namespace stackable-operators + nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port 5430 --namespace stackable-operators stop-dev: check-nix check-kubernetes - nix run -f. tilt -- down + nix run --extra-experimental-features "nix-command flakes" -f. tilt -- down