Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
container-ps # Container PS
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
container-ps # Container PS
];
} Package Definition
{
"pname": "container-ps",
"version": "1.3.0",
"src": {
"url": "https://github.com/Toinane/container-ps/releases/download/1.3.0/Container.PS-1.3.0.dmg",
"sha256": "8a710ff70ed79d7ca93d51461d77a3268cdb8c3aa985ce4d0b99686b36b62069"
},
"installPhase": [
"mkdir -p \"$out/Applications/Container PS.app\" && cp -r \"Container PS.app\" \"$out/Applications\""
],
"meta": {
"description": "App to show all docker images",
"homepage": "https://github.com/Toinane/container-ps"
}
}