| 12 Jan 2026 |
Ivy | in tests | 03:52:39 |
Ivy | like im trying to do a wrapper function | 03:53:50 |
Ivy | like i wrap the package, so i cant set a stub package therefore its /nix/store in the expected plist | 03:57:26 |
Ivy | like :
> --- actual
> +++ expected
> @@ -20,7 +20,7 @@
> <string>Background</string>
> <key>ProgramArguments</key>
> <array>
> - <string>/nix/store/5hy0i4nijqwn1x0wdhmc2p563v0kzk45-gpg-agent-wrapper/bin/gpg-agent</string>
> + <string>@gpg@/bin/gpg-agent</string>
> </array>
> <key>RunAtLoad</key>
> <false/>
`` | 03:58:07 |
Ivy | https://github.com/nix-community/home-manager/pull/8545 okay i got this | 05:22:20 |