This commit is contained in:
parent
951f1a918f
commit
48f94dd35b
2 changed files with 29 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ steps:
|
|||
experimental-features = nix-command flakes
|
||||
substituters = https://attic.hailsatan.eu/xyno https://cache.nixos.org/
|
||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= xyno:l2mXaEYOj2kSjxT1dbP1iVya1bBXmKuO7jRXUZohi8c=
|
||||
trusted-substituters =
|
||||
trusted-substituters = https://attic.hailsatan.eu/xyno
|
||||
EOF
|
||||
- nix build ".#nix" --print-build-logs --out-link nix --no-update-lock-file
|
||||
- nix profile remove lix
|
||||
|
|
@ -36,7 +36,7 @@ steps:
|
|||
- attic use $${ATTIC_CACHE}
|
||||
# - attic watch-store $${ATTIC_CACHE} &
|
||||
# - nix build .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel
|
||||
- nix flake archive --to https://attic.hailsatan.eu/xyno .
|
||||
- attic push xyno $(nix flake archive --json --dry-run . | jq -r '[.. | .path? | select(. != null)] | unique | .[]')
|
||||
- nix-fast-build --attic-cache xyno --flake .#hydraJobs.systems
|
||||
# - attic push $${ATTIC_CACHE} $(nix path-info .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue