Skip to content

Commit

Permalink
add colmena wrapper that can run in pure mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Feb 25, 2025
1 parent b1bf528 commit 365b812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/colmena.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail

cd "$(dirname "$0")"
colmena apply --experimental-flake-eval "$@"
5 changes: 5 additions & 0 deletions non-critical-infra/colmena.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail

cd "$(dirname "$0")"
colmena apply --experimental-flake-eval "$@"

0 comments on commit 365b812

Please sign in to comment.