From b9839b46aeab89f46b6336391831a682eadc48fc 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 | 2 +- flake.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build-cache.yaml b/.woodpecker/build-cache.yaml index c9682b11..e1646d2f 100644 --- a/.woodpecker/build-cache.yaml +++ b/.woodpecker/build-cache.yaml @@ -30,7 +30,7 @@ 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} 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