Skip to content

Commit 53b4c6a

Browse files
Generated commit to update templated files based on rev 12a1c30 in stackabletech/operator-templating repo. (#828)
Triggered by: Manual run triggered by: Maleware with message [Fix: Adding experimental features to nix for ARM]
1 parent 289bcc2 commit 53b4c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ clean: chart-clean
171171
regenerate-charts: chart-clean compile-chart
172172

173173
regenerate-nix:
174-
nix run -f . regenerateNixLockfiles
174+
nix run --extra-experimental-features "nix-command flakes" -f . regenerateNixLockfiles
175175

176176
build: regenerate-charts regenerate-nix helm-package docker-build
177177

@@ -190,7 +190,7 @@ check-kubernetes:
190190

191191
run-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

195195
stop-dev: check-nix check-kubernetes
196-
nix run -f. tilt -- down
196+
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- down

0 commit comments

Comments
 (0)