This commit is contained in:
parent
00b6aea430
commit
771e18683f
@ -19,6 +19,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
utcOffset: "+02:00" # Summer time in France
|
utcOffset: "+02:00" # Summer time in France
|
||||||
|
|
||||||
|
- name: Cache Nix store
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: /nix/store
|
||||||
|
key: nix-store-${{ hashFiles('**/*.nix') }}
|
||||||
|
restore-keys: |
|
||||||
|
nix-store-
|
||||||
|
|
||||||
#- name: Install nix
|
#- name: Install nix
|
||||||
# uses: DeterminateSystems/nix-installer-action@main
|
# uses: DeterminateSystems/nix-installer-action@main
|
||||||
# with:
|
# with:
|
||||||
@ -35,7 +43,15 @@ jobs:
|
|||||||
- name: Build bumped flake (only one host)
|
- name: Build bumped flake (only one host)
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
nix build .#nixosConfigurations.FW16.config.system.build.toplevel
|
nix build .#nixosConfigurations.FW16.config.system.build.toplevel --print-out-paths --no-link
|
||||||
|
|
||||||
|
- name: Cache Nix store
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: /nix/store
|
||||||
|
key: nix-store-${{ hashFiles('**/*.nix') }}
|
||||||
|
restore-keys: |
|
||||||
|
nix-store-
|
||||||
|
|
||||||
- name: Get Build time
|
- name: Get Build time
|
||||||
uses: josStorer/get-current-time@v2
|
uses: josStorer/get-current-time@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user