Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
rq # rq
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
rq # rq
];
}
Package Definition
{
"pname": "rq",
"version": "1.0.2",
"src": {
"url": "https://github.com/dflemstr/rq/releases/download/v1.0.2/rq-v1.0.2-x86_64-apple-darwin.tar.gz",
"sha256": "49f732b2aabf4eaff231e425edf710ca34e6bf730cff9a71adf79d11e630f883"
},
"installPhase": [
"mkdir -p \"$out/bin\" && ln -s \"rq\" \"$out/bin/rq\""
],
"meta": {
"description": "Record analysis and transformation tool",
"homepage": "https://github.com/dflemstr/rq"
}
}