This commit is contained in:
truxnell 2024-03-26 23:13:18 +11:00
parent e1381282b8
commit 20f365f4a1

View file

@ -54,17 +54,11 @@ jobs:
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: |