Merge pull request #20 from truxnell/ci

feat: add pr differ
This commit is contained in:
Truxnell 2024-03-26 23:17:45 +11:00 committed by GitHub
commit 0c4c145eec

View file

@ -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: |