Use non-deprecated nixpkgs methods (#63)

This commit is contained in:
Patrick Stevens
2024-12-24 19:52:55 +00:00
committed by GitHub
parent 76d466cb16
commit 57a6708318
5 changed files with 233 additions and 233 deletions

View File

@@ -21,10 +21,10 @@ jobs:
- name: Update Nix flake
run: 'nix flake update'
- name: Build passthru
run: 'nix build ".#default.passthru.fetch-deps"'
- name: Build fetch-deps
run: 'nix build ".#default.fetch-deps"'
- name: Run passthru
- name: Run fetch-deps
run: ./result nix/deps.nix
- name: Format