Bump nixpkgs (#150)

This commit is contained in:
Patrick Stevens
2024-09-20 19:51:57 +01:00
committed by GitHub
parent 1ee38136a1
commit 318ba70608
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 .'