Skip to content

Commit e625943

Browse files
committed
ci: make template check use current flake
1 parent e435da5 commit e625943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
TEMP_DIR=$(mktemp -d)
2828
cd $TEMP_DIR
2929
nix flake init -t $FLAKE
30-
nix develop -c , fmt
30+
nix develop --override-input mission-control path:${FLAKE} -c , fmt
3131
- name: Flake checks 🧪
3232
run: |
3333
# Because 'nix flake check' is not system-aware

0 commit comments

Comments
 (0)