flake.nix: Fix inputsFrom

This commit is contained in:
Zhaofeng Li 2023-05-22 16:00:34 -06:00
parent fb5c42e7c8
commit 2f25e613b2

View file

@ -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