diff --git a/devices/wlin/default.nix b/devices/wlin/default.nix index d0b2e4d7..e7cc90f5 100644 --- a/devices/wlin/default.nix +++ b/devices/wlin/default.nix @@ -7,7 +7,7 @@ let }); in pkgs.symlinkJoin { - name = "jykang"; + name = "wlin"; paths = with pkgs; [ gnuplot localPackages.vaspkit pv ]; postBuild = "echo ${inputs.self.rev or "dirty"} > $out/.version"; passthru = { inherit pkgs; };