From b6dd4555a6fcf6bf9065cc3e7ad56b857fb1185f Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Sat, 3 Jan 2026 18:32:11 +0800 Subject: [PATCH] devices.wlin: add prrte.dev --- devices/wlin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/wlin/default.nix b/devices/wlin/default.nix index 664170ad..8ee63676 100644 --- a/devices/wlin/default.nix +++ b/devices/wlin/default.nix @@ -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 ]; }; };