devices.wlin: add prrte.dev

This commit is contained in:
2026-01-03 18:32:11 +08:00
parent 93dc607cb5
commit b6dd4555a6

View File

@@ -17,7 +17,7 @@ let
paths = with pkgs;
[
gnuplot localPackages.vaspkit pv python localPackages.vasp.intel chn-bsub hwloc
lsd
lsd prrte.dev
];
postBuild = "echo ${inputs.self.rev or "dirty"} > $out/.version";
passthru = { inherit pkgs chn-bsub; archive = pkgs.closureInfo { rootPaths = [ wlin.drvPath ]; }; };