Fuck determinate and their broken "magic cache".
All checks were successful
Check config / build (push) Successful in 50s
All checks were successful
Check config / build (push) Successful in 50s
Relocated gitea cache, hope this works. Attic is broken, god is dead.
This commit is contained in:
parent
e134d73fa3
commit
8b7f7622d0
@ -19,14 +19,6 @@ jobs:
|
||||
with:
|
||||
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
|
||||
# uses: DeterminateSystems/nix-installer-action@main
|
||||
# with:
|
||||
@ -34,16 +26,21 @@ 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-substituters = https://cache.nixos.org https://nix-community.cachix.org https://hyprland.cachix.org https://nix-citizen.cachix.org
|
||||
|
||||
- name: Setup nix cache (experimental)
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build bumped flake (only one host)
|
||||
continue-on-error: true
|
||||
run: |
|
||||
nix build .#nixosConfigurations.FW16.config.system.build.toplevel --print-out-paths --no-link
|
||||
nix build .#nixosConfigurations.FW16.config.system.build.toplevel
|
||||
|
||||
- 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
|
||||
uses: josStorer/get-current-time@v2
|
||||
|
||||
@ -55,6 +55,7 @@
|
||||
pkg-config
|
||||
# Debug
|
||||
gdb
|
||||
git
|
||||
];
|
||||
# Environment Variables
|
||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user