setup a-2

This commit is contained in:
2026-04-30 14:26:12 +09:00
parent d0cc2f5101
commit 5f9535dc46
10 changed files with 131 additions and 0 deletions
+10
View File
@@ -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 = ''