flake.nix: Fix inputsFrom
This commit is contained in:
parent
fb5c42e7c8
commit
2f25e613b2
|
@ -51,8 +51,8 @@
|
||||||
default = nix-actions-cache;
|
default = nix-actions-cache;
|
||||||
};
|
};
|
||||||
devShells = {
|
devShells = {
|
||||||
inputsFrom = [ cranePkgs.nix-actions-cache ];
|
|
||||||
default = pkgs.mkShell ({
|
default = pkgs.mkShell ({
|
||||||
|
inputsFrom = [ cranePkgs.nix-actions-cache ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
bashInteractive
|
bashInteractive
|
||||||
rustNightly
|
rustNightly
|
||||||
|
|
Loading…
Reference in a new issue