mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
use store diff-closures
This commit is contained in:
parent
55185fbe8b
commit
560f9eebc0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -108,7 +108,7 @@ jobs:
|
|||
|
||||
- run: |
|
||||
echo "# System Diff" >> $GITHUB_STEP_SUMMARY
|
||||
nix run "nixpkgs#nvd" diff ./current ./updated | tee -a $GITHUB_STEP_SUMMARY
|
||||
nix store diff-closures ./current ./updated | tee -a $GITHUB_STEP_SUMMARY
|
||||
- run: df -h
|
||||
|
||||
# is this necessary?
|
||||
|
|
Loading…
Reference in a new issue