Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
sia-ui # Sia-UI
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
sia-ui # Sia-UI
];
} Package Definition
{
"pname": "sia-ui",
"version": "1.5.9",
"src": {
"url": "https://sia.tech/releases/Sia-UI-v1.5.9.dmg",
"sha256": "59fbd274f27676e9b8e81db0a6989b49346fc63d45278bda47a82666d7ded92d"
},
"installPhase": [
"mkdir -p \"$out/Applications/Sia-UI.app\" && cp -r \"Sia-UI.app\" \"$out/Applications\""
],
"meta": {
"description": "Graphical frontend for Sia",
"homepage": "https://sia.tech/"
}
}