File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ clean: chart-clean
171171regenerate-charts : chart-clean compile-chart
172172
173173regenerate-nix :
174- nix run -f . regenerateNixLockfiles
174+ nix run --extra-experimental-features " nix-command flakes " - f . regenerateNixLockfiles
175175
176176build : regenerate-charts regenerate-nix helm-package docker-build
177177
@@ -190,7 +190,7 @@ check-kubernetes:
190190
191191run-dev : check-nix check-kubernetes
192192 kubectl apply -f deploy/stackable-operators-ns.yaml
193- nix run -f. tilt -- up --port 5430 --namespace stackable-operators
193+ nix run --extra-experimental-features " nix-command flakes " - f. tilt -- up --port 5430 --namespace stackable-operators
194194
195195stop-dev : check-nix check-kubernetes
196- nix run -f. tilt -- down
196+ nix run --extra-experimental-features " nix-command flakes " - f. tilt -- down
You can’t perform that action at this time.
0 commit comments