commit
0c4c145eec
1 changed files with 1 additions and 8 deletions
9
.github/workflows/diff-pr.yaml
vendored
9
.github/workflows/diff-pr.yaml
vendored
|
@ -53,18 +53,11 @@ jobs:
|
|||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
|
||||
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: edeneast
|
||||
skipPush: true
|
||||
extraPullNames: nix-community
|
||||
|
||||
- name: Garbage collect build dependencies
|
||||
run: nix-collect-garbage
|
||||
|
||||
- name: Fetch old system profile
|
||||
run: nix build github:EdenEast/nyx#top.${{ matrix.target }} -v --log-format raw --profile ./profile
|
||||
run: nix build github:truxnell/nix-config#top.${{ matrix.target }} -v --log-format raw --profile ./profile
|
||||
|
||||
- name: Add new system to profile
|
||||
run: |
|
||||
|
|
Reference in a new issue