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