aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAlex <lx@deuxfleurs.fr>2025-01-13 10:19:53 +0000
committerAlex <lx@deuxfleurs.fr>2025-01-13 10:19:53 +0000
commit39ac034de55c7040b61a08ecb95c58afa983501c (patch)
tree9776372019bdc60906e65e0021a09bf4b5d856c5 /shell.nix
parent4b1a7fb5e3c2f6a58780165955e49d8e24a1d018 (diff)
parent8ddb0dd485cf8290b7e3462f5614ca6d858ea8c3 (diff)
downloadgarage-39ac034de55c7040b61a08ecb95c58afa983501c.tar.gz
garage-39ac034de55c7040b61a08ecb95c58afa983501c.zip
Merge pull request 'update toolchain' (#924) from nix-update into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/924
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 7236fdcb..cc06f0fb 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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&region=garage&secret-key=/tmp/nix-signing-key.sec' \