Bump flake (#80)

This commit is contained in:
Patrick Stevens
2024-09-22 13:39:45 +01:00
committed by GitHub
parent d5e1354893
commit e28bdf9948
3 changed files with 8 additions and 11 deletions

View File

@@ -25,10 +25,7 @@ jobs:
run: 'nix build ".#default.passthru.fetch-deps"'
- name: Run passthru
run: |
set -o pipefail
./result | tee /tmp/passthru.txt
cp /"$(cat /tmp/passthru.txt | grep " wrote lockfile to " | cut -d / -f 2-)" nix/deps.nix
run: ./result nix/deps.nix
- name: Format
run: 'nix develop --command alejandra .'