devices.jykang: add packages

This commit is contained in:
2025-06-26 10:32:09 +08:00
parent 7efc011a8e
commit 59c35e4638

View File

@@ -10,7 +10,7 @@ let pkgs = import inputs.nixpkgs (localLib.buildNixpkgsConfig
in pkgs.symlinkJoin
{
name = "jykang";
paths = with pkgs; [ hello iotop gnuplot localPackages.vaspkit ];
paths = with pkgs; [ hello iotop gnuplot localPackages.vaspkit pv btop ];
postBuild = "echo ${inputs.self.rev or "dirty"} > $out/.version";
passthru = { inherit pkgs; };
}