scripts.reporsync: better inlining of called executables

This commit is contained in:
Trolli Schmittlauch 2024-03-26 16:47:35 +01:00
parent 0c1730d71e
commit 92b01dc8fe
2 changed files with 5 additions and 5 deletions

View file

@ -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" ];