diff --git a/flake.nix b/flake.nix index 7214934..5435b57 100644 --- a/flake.nix +++ b/flake.nix @@ -89,12 +89,9 @@ pkgs.sops ]; - packages = [ - (pkgs.symlinkJoin { - name = "deploy-bin"; - paths = [ ./bin ]; - }) - ]; + shellHook = '' + export PATH=${builtins.toPath ./bin}:$PATH + ''; }; } );