.el
.el
Same issue here, I can't import my key, for tests purposes it works with normal GPG, Github and other tools (github.com/rafa-dot-el.gpg) ``` -----BEGIN PGP PUBLIC KEY BLOCK----- mDMEY4D8jRYJKwYBBAHaRw8BAQdAjyFTGmJWK+vM0ZM/m+pqJdo36R6Po/U59wKY XOcerkC0RFJhZmFlbCAoR2l0aHViIEdQRykgPDEwNDY4ODMwNStyYWZhLWRvdC1l bEB1c2Vycy5ub3JlcGx5LmdpdGh1Yi5jb20+iJMEExYKADsWIQRfCz6s8fmBVQlG...
I forgot this point, sorry. It is suggested by the documentation, it points out to use it ``` For adding hosts from derivation results, use {option}`networking.hostFiles` instead. ``` [Reference]( https://github.com/NixOS/nixpkgs/blob/38593bc3c0ee89bbee1ee58519e7585a356850c6/nixos/modules/config/networking.nix#L51)
I have the same issue, I created a small project with only a few dependencies to reproduce the error. https://github.com/rafa-dot-el/python-poetry-on-nixos/blob/feat/add-nix-shell/flake.nix#L21 Gives ``` e propagatedBuildInputs instead. content of deps: /nix/store/micahg85qjjalavnrjsv6yip8m1m4qds-python3.10-pip-23.0.1 /nix/store/if8hmh5jb452r7xrqdabc83gdazx825n-python3.10-wheel-0.38.4...
I could bypass the error and execute the build with the following [workaround](https://github.com/rafa-dot-el/python-poetry-on-nixos/blob/9a5a1224175567e51426d3adfdff0c4c2e8e9488/flake.nix#L35-L36). But during runtime the following exception is thrown: ``` # ./result/bin/example-nix-poetry Traceback (most recent call last): File...
I'm also facing the same situation and considering alternatives for the problem. If I can have the proper guidance I'm willing to do the changes in the code myself and...