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

nix: keep shell names simple

parent a80282b7
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,11 @@ ...@@ -104,6 +104,11 @@
packages.python-scripts packages.python-scripts
]; ];
}; };
py-scripts = pkgs.mkShell {
buildInputs = [
packages.python-scripts
];
};
analyze-m100-agg-power = pkgs.mkShell { analyze-m100-agg-power = pkgs.mkShell {
buildInputs = [ buildInputs = [
pkgs.R pkgs.R
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment