bins/rpr: remove unused input
This commit is contained in:
parent
ec8e0777da
commit
cffce13c5a
@ -1,4 +1,4 @@
|
||||
{ tea, gh, _1password, hut }:
|
||||
{ tea, gh, hut }:
|
||||
|
||||
let
|
||||
teaBin = "${tea}/bin/tea";
|
||||
|
@ -2,7 +2,7 @@
|
||||
let
|
||||
rage = pkgs.writeScriptBin "rage" (import ../bins/rage.nix { inherit pkgs; });
|
||||
rpr = pkgs.writeScriptBin "rpr"
|
||||
(import ../bins/rpr.nix { inherit (pkgs) _1password hut gh tea; });
|
||||
(import ../bins/rpr.nix { inherit (pkgs) hut gh tea; });
|
||||
promnesia =
|
||||
pkgs.python3Packages.callPackage ../pkgs/promnesia.nix { inherit pkgs; };
|
||||
hpi = pkgs.python3Packages.callPackage ../pkgs/hpi.nix { inherit pkgs; };
|
||||
|
Loading…
Reference in New Issue
Block a user