Remove unused nix-shell dependency

This commit is contained in:
Martin Puppe 2020-09-21 10:41:14 +02:00
parent 9c373d62d7
commit 25c955aac5

View file

@ -10,6 +10,5 @@ pkgs.mkShell {
'';
buildInputs = with pkgs; [
nodePackages.node2nix
nix-prefetch-scripts
];
}