Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
valkyrie # Valkyrie
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
valkyrie # Valkyrie
];
} Package Definition
{
"pname": "valkyrie",
"version": "2.6.0",
"src": {
"url": "https://github.com/NPBruce/valkyrie/releases/download/release/2.6/2.6.0/valkyrie-macos-2.6.0.tar.gz",
"sha256": "0aaa7435012fdae6f39b88f7cbbc9a179c992acd068d4ae6539fd973e0aa17a6"
},
"installPhase": [
"mkdir -p \"$out/Applications/Valkyrie.app\" && cp -r \"Valkyrie.app\" \"$out/Applications\""
],
"meta": {
"description": "Game Master for Fantasy Flight board games",
"homepage": "https://npbruce.github.io/valkyrie/"
}
}