Skip to content
Snippets Groups Projects
Commit 95447500 authored by Millian Poquet's avatar Millian Poquet
Browse files

nix: remove unneeded shell

parent de07ff88
No related branches found
No related tags found
No related merge requests found
...@@ -108,12 +108,6 @@ ...@@ -108,12 +108,6 @@
pkgs.gzip # gunzip pkgs.gzip # gunzip
]; ];
}; };
gen-simu-instances = pkgs.mkShell {
buildInputs = [
packages.python-scripts
pkgs.jq # jq
];
};
py-scripts = pkgs.mkShell { py-scripts = pkgs.mkShell {
buildInputs = [ buildInputs = [
packages.python-scripts packages.python-scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment