Add xsv to lokaalverdeling shell
This commit is contained in:
parent
49314c4847
commit
f01c847034
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@ pkgs.devshell.mkShell {
|
||||||
name = "Lokaalverdeling";
|
name = "Lokaalverdeling";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(python3.withPackages (ps: with ps; [ click pandas-ods-reader jinja2 pyyaml ]))
|
(python3.withPackages (ps: with ps; [ click pandas-ods-reader jinja2 pyyaml ]))
|
||||||
|
xsv
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue