Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adding experimental flags for nix-command and flakes
  • Loading branch information
Maleware committed Jun 25, 2024
commit a7aaba85cb926105a8b5697c75c30a8623969d22
6 changes: 3 additions & 3 deletions template/Makefile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 --extra-experimental-features flakes -f . regenerateNixLockfiles

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

Expand All @@ -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 + operator_index}] --namespace stackable-operators
nix run --extra-experimental-features nix-command --extra-experimental-features flakes -f. tilt -- up --port {[5430 + operator_index}] --namespace stackable-operators

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