devices.wlin: add lsd

This commit is contained in:
2026-01-03 14:17:25 +08:00
parent d1d27ce194
commit c9bd7b48d7

View File

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