Skip to content

Commit

Permalink
ci: make template check use current flake
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 19, 2022
1 parent e435da5 commit e625943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
TEMP_DIR=$(mktemp -d)
cd $TEMP_DIR
nix flake init -t $FLAKE
nix develop -c , fmt
nix develop --override-input mission-control path:${FLAKE} -c , fmt
- name: Flake checks 🧪
run: |
# Because 'nix flake check' is not system-aware
Expand Down

0 comments on commit e625943

Please sign in to comment.