Do not include `inputsFrom` in devShells by default.

pull/10/head
Joshua Potter 2023-11-28 04:54:11 -07:00
parent 21d7c3a9d6
commit 754ebf0c28
2 changed files with 0 additions and 5 deletions

View File

@ -50,10 +50,6 @@
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
inputsFrom = [
self.packages.${system}.app
self.packages.${system}.lib
];
packages = [ packages = [
elixir elixir
elixir-ls elixir-ls

View File

@ -73,7 +73,6 @@
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
inputsFrom = [ self.packages.${system}.app ];
packages = [ packages = [
pkgs.poetry pkgs.poetry
] ++ (with pkgs.python311Packages; [ ] ++ (with pkgs.python311Packages; [