From 3c4e325036b6b3f568b2de94adc3abe5e3b955f1 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 1 Jun 2024 00:12:28 -0400 Subject: [PATCH] nix(bin): cache `default` devshell on top of `all-features` devshell Signed-off-by: strawberry --- bin/nix-build-and-cache | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nix-build-and-cache b/bin/nix-build-and-cache index f74a64e9..e466bc83 100755 --- a/bin/nix-build-and-cache +++ b/bin/nix-build-and-cache @@ -70,6 +70,7 @@ ci() { --inputs-from "$toplevel" # Keep sorted + "$toplevel#devShells.x86_64-linux.default" "$toplevel#devShells.x86_64-linux.all-features" attic#default nixpkgs#direnv