diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-12 17:40:34 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-12 17:51:33 +0100 |
commit | 83887a851911e18106ede698f491b0102d16b7a4 (patch) | |
tree | d448ad8b73517e635bc5448e0820f77486ab0cc5 /shell.nix | |
parent | 0a15db6960add3e06a130d64b51d6ae55cd2d759 (diff) | |
download | garage-83887a851911e18106ede698f491b0102d16b7a4.tar.gz garage-83887a851911e18106ede698f491b0102d16b7a4.zip |
nix build: remove clippy build env that doesn't work
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ in shellHook = '' function refresh_cache { pass show deuxfleurs/nix_priv_key > /tmp/nix-signing-key.sec - for attr in clippy.amd64 test.amd64 pkgs.{amd64,i386,arm,arm64}.release; do + for attr in pkgs.amd64.debug test.amd64 pkgs.{amd64,i386,arm,arm64}.release; do echo "Updating cache for ''${attr}" nix copy -j8 \ --to 's3://nix?endpoint=garage.deuxfleurs.fr®ion=garage&secret-key=/tmp/nix-signing-key.sec' \ |