forked from sinara-hw/datasheets
update shell.nix
This commit is contained in:
parent
c1388a53a8
commit
2573d94ce9
|
@ -2,7 +2,7 @@ let
|
||||||
pkgs = import <nixpkgs> {};
|
pkgs = import <nixpkgs> {};
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = with pkgs;[
|
||||||
|
|
||||||
#pkgs.texlive.combined.scheme-small
|
#pkgs.texlive.combined.scheme-small
|
||||||
|
|
||||||
|
@ -39,6 +39,9 @@ in
|
||||||
# if available, just add it to the above list
|
# if available, just add it to the above list
|
||||||
|
|
||||||
})
|
})
|
||||||
];
|
python3
|
||||||
|
] ++ (with python3Packages; [
|
||||||
|
pygments
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue