generated from kenryuS/report-temp
setup a-2
This commit is contained in:
@@ -180,6 +180,16 @@
|
||||
pkgs.kdePackages.okular
|
||||
];
|
||||
};
|
||||
devShells.plot = pkgs.stdenv.mkDerivation {
|
||||
inherit name;
|
||||
shellHook = ''
|
||||
export PS1="${name} plot \w \$ "
|
||||
'';
|
||||
buildInputs = with pkgs; [
|
||||
gnuplot
|
||||
python3Minimal
|
||||
];
|
||||
};
|
||||
devShells.pandoc = pkgs.stdenv.mkDerivation {
|
||||
inherit name;
|
||||
shellHook = ''
|
||||
|
||||
Reference in New Issue
Block a user