This commit is contained in:
parent
771e18683f
commit
c0c40e4bc4
@ -34,8 +34,8 @@ jobs:
|
|||||||
# trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= nix-citizen.cachix.org-1:lPMkWc2X8XD4/7YPEEwXKKBg+SVbYTVrAaLA2wQTKCo=
|
# trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= nix-citizen.cachix.org-1:lPMkWc2X8XD4/7YPEEwXKKBg+SVbYTVrAaLA2wQTKCo=
|
||||||
# trusted-substituters = https://cache.nixos.org https://nix-community.cachix.org https://hyprland.cachix.org https://nix-citizen.cachix.org
|
# trusted-substituters = https://cache.nixos.org https://nix-community.cachix.org https://hyprland.cachix.org https://nix-citizen.cachix.org
|
||||||
|
|
||||||
#- name: Setup nix cache (experimental)
|
- name: Setup nix cache (experimental)
|
||||||
# uses: DeterminateSystems/magic-nix-cache-action@main
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -45,14 +45,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
nix build .#nixosConfigurations.FW16.config.system.build.toplevel --print-out-paths --no-link
|
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
|
||||||
id: end-time
|
id: end-time
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user