From c9bd7b48d7d9228c66f742c891c250ff71d5f72d Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Sat, 3 Jan 2026 14:17:25 +0800 Subject: [PATCH] devices.wlin: add lsd --- devices/wlin/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devices/wlin/default.nix b/devices/wlin/default.nix index 327ab656..a1354827 100644 --- a/devices/wlin/default.nix +++ b/devices/wlin/default.nix @@ -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 ]; }; }; };