File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ clean: chart-clean
171
171
regenerate-charts : chart-clean compile-chart
172
172
173
173
regenerate-nix :
174
- nix run -f . regenerateNixLockfiles
174
+ nix run --extra-experimental-features " nix-command flakes " - f . regenerateNixLockfiles
175
175
176
176
build : regenerate-charts regenerate-nix helm-package docker-build
177
177
@@ -190,7 +190,7 @@ check-kubernetes:
190
190
191
191
run-dev : check-nix check-kubernetes
192
192
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
194
194
195
195
stop-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