commit 11b95d6c7ea12f15c6769750ae5872594793aa44
parent 5f27671f5a93f20b70c0651b77088e9a20a9e455
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 25 May 2020 17:39:55 +0200
builds: fix task name 🤔
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.builds/nix-pkgs.yml b/.builds/nix-pkgs.yml
@@ -8,7 +8,7 @@ tasks:
- setup: |
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use shortbrain
-- buildCached: |
+- cached: |
set +x
export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
set -x