diff options
| author | sefidel <contact@sefidel.net> | 2026-08-25 12:24:56 +1000 |
|---|---|---|
| committer | sefidel <contact@sefidel.net> | 2026-08-25 12:24:56 +1000 |
| commit | b145e6319204cc72327c8755cf46045e3f01b530 (patch) | |
| tree | d110f873779b9ac04430f44245dc82081280d2c5 /pkgs/default.nix | |
| parent | 6b20cbd2ef225100a05c174f806df385c875f33b (diff) | |
| download | nixpkgs-exotic-b145e6319204cc72327c8755cf46045e3f01b530.zip | |
rz-pm: init at 0.3.6
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 1eecec6..1688645 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,4 +1,5 @@ { pkgs, ... }: let callPackage = pkg: pkgs.callPackage pkg; in { + rz-pm = callPackage ./rz-pm.nix { }; } |
