From 79403346a04b18268f9035cb1853f6912507f5d3 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 26 Jun 2024 08:36:54 +0000 Subject: [PATCH] Generated commit to update templated files based on rev 12a1c30 in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: Maleware with message [Fix: Adding experimental features to nix for ARM] --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 60566660..78881c66 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