meow
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed

This commit is contained in:
Lucy Hochkamp 2025-10-09 18:02:06 +02:00
parent 672b7c1a14
commit 951f1a918f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -30,9 +30,8 @@ steps:
- nix build ".#nix" --print-build-logs --out-link nix --no-update-lock-file
- nix profile remove lix
- ./nix/bin/nix profile install ".#nix" --no-update-lock-file
- nix profile install ".#nix-fast-build" ".#nix-ci" --no-update-lock-file
- nix profile install ".#nix-fast-build" ".#attic-client" --no-update-lock-file
- nix --version
- export PATH=$PATH:$(nix build --no-link nixpkgs#attic-client --print-out-paths)/bin
- attic login default $${ATTIC_ENDPOINT} $${ATTIC_PUSH_TOKEN}
- attic use $${ATTIC_CACHE}
# - attic watch-store $${ATTIC_CACHE} &

View file

@ -146,6 +146,7 @@
{
nix = pkgs.unstable.lixPackageSets.latest.lix;
nix-fast-build = pkgs.nix-fast-build;
attic-client = pkgs.attic-client;
};
checks."x86_64-linux"."nixos" =
let