From 951f1a918f3f1f40c40d7303ea091af5c4c6b318 Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Thu, 9 Oct 2025 18:02:06 +0200 Subject: [PATCH] meow --- .woodpecker/build-cache.yaml | 3 +-- flake.nix | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/build-cache.yaml b/.woodpecker/build-cache.yaml index c9682b11..82c42f42 100644 --- a/.woodpecker/build-cache.yaml +++ b/.woodpecker/build-cache.yaml @@ -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} & diff --git a/flake.nix b/flake.nix index 5b3bf605..ae1e34e1 100644 --- a/flake.nix +++ b/flake.nix @@ -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