fix output to file
All checks were successful
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 9m49s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 25m47s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 13s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m59s
All checks were successful
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 9m49s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 25m47s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 13s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m59s
This commit is contained in:
parent
6e00ab2d85
commit
b0f357deb3
3
.github/workflows/flake-update.yml
vendored
3
.github/workflows/flake-update.yml
vendored
@ -18,8 +18,7 @@ jobs:
|
|||||||
uses: cachix/install-nix-action@v24
|
uses: cachix/install-nix-action@v24
|
||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes auto-allocate-uids configurable-impure-env
|
||||||
install_url: https://releases.nixos.org/nix/nix-2.19.0/install
|
|
||||||
- name: Calculate pre-drv
|
- name: Calculate pre-drv
|
||||||
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build .
|
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build .
|
||||||
# - name: Pull latest docker images
|
# - name: Pull latest docker images
|
||||||
|
@ -10,4 +10,4 @@ set -e
|
|||||||
script_path=$(dirname "$(readlink -f $0)")
|
script_path=$(dirname "$(readlink -f $0)")
|
||||||
parent_path=$(dirname "$script_path")
|
parent_path=$(dirname "$script_path")
|
||||||
|
|
||||||
nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --compare-drvs "$parent_path"
|
nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --compare-drvs --compare-output-to-file "$parent_path"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user