From 2f25e613b2d37fd56decc2a48756ea98081cd0e5 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Mon, 22 May 2023 16:00:34 -0600 Subject: [PATCH] flake.nix: Fix inputsFrom --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6f1413b..1f8a752 100644 --- a/flake.nix +++ b/flake.nix @@ -51,8 +51,8 @@ default = nix-actions-cache; }; devShells = { - inputsFrom = [ cranePkgs.nix-actions-cache ]; default = pkgs.mkShell ({ + inputsFrom = [ cranePkgs.nix-actions-cache ]; packages = with pkgs; [ bashInteractive rustNightly