mirror of
https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator
synced 2025-10-08 08:48:42 +00:00
Use non-deprecated nixpkgs methods (#63)
This commit is contained in:
6
.github/workflows/flake_update.yaml
vendored
6
.github/workflows/flake_update.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user