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 ]; }; };