mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
make links manually
This commit is contained in:
parent
f96226a9c3
commit
afd15774c8
1 changed files with 6 additions and 3 deletions
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
|
@ -93,7 +93,8 @@ jobs:
|
|||
--verbose \
|
||||
--debug \
|
||||
-- \
|
||||
--print-build-logs
|
||||
--print-build-logs \
|
||||
--out-link current
|
||||
|
||||
- run: git checkout -B flake-lock
|
||||
|
||||
|
@ -107,6 +108,8 @@ jobs:
|
|||
--verbose \
|
||||
--debug \
|
||||
-- \
|
||||
--print-build-logs
|
||||
--print-build-logs \
|
||||
--out-link updated
|
||||
|
||||
- run: ls /nix/var/nix/profiles/
|
||||
|
||||
- run: nix run "nixpkgs#nvd" current new
|
||||
|
|
Loading…
Reference in a new issue