scripts.reporsync: better inlining of called executables
This commit is contained in:
parent
0c1730d71e
commit
92b01dc8fe
2 changed files with 5 additions and 5 deletions
|
@ -74,8 +74,8 @@ in
|
|||
|
||||
# some extra shell scripts
|
||||
programs.zsh.initExtra = lib.mkAfter (
|
||||
import ./scripts/reporsync.nix { inherit pkgs; }
|
||||
+ import ./scripts/ssh-loop-fc.nix { inherit pkgs; }
|
||||
import ./scripts/reporsync.nix { inherit pkgs lib; }
|
||||
+ import ./scripts/ssh-loop-fc.nix { inherit pkgs lib; }
|
||||
);
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "1password-cli" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue