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

nix: separate envs w.r.t. artifact guide

parent 8e2f719c
Branches
No related tags found
No related merge requests found
...@@ -96,16 +96,22 @@ ...@@ -96,16 +96,22 @@
download-m100-months = pkgs.mkShell { download-m100-months = pkgs.mkShell {
buildInputs = [ buildInputs = [
packages.python-scripts packages.python-scripts
pkgs.coreutils # md5sum
pkgs.curl # curl
pkgs.gnutar # tar
]; ];
}; };
aggregate-power-m100-months = pkgs.mkShell { merge-m100-power-predictions = pkgs.mkShell {
buildInputs = [ buildInputs = [
packages.python-scripts packages.python-scripts
pkgs.gnutar # tar
pkgs.gzip # gunzip
]; ];
}; };
use-python-scripts = pkgs.mkShell { gen-simu-instances = pkgs.mkShell {
buildInputs = [ buildInputs = [
packages.python-scripts packages.python-scripts
pkgs.jq # jq
]; ];
}; };
py-scripts = pkgs.mkShell { py-scripts = pkgs.mkShell {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment