Skip to content

Commit

Permalink
disable keyring for poetry, see issue python-poetry/poetry#1917
Browse files Browse the repository at this point in the history
  • Loading branch information
techhazard committed Feb 21, 2024
1 parent 38f5056 commit 28003eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
devShells = forAllSystems (system: let
inherit (poetry2nix.lib.mkPoetry2Nix { pkgs = pkgs.${system}; }) mkPoetryEnv;
in {
default = pkgs.${system}.mkShellNoCC {
default = pkgs.${system}.mkShell {
PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring";
packages = with pkgs.${system}; [
(mkPoetryEnv { projectDir = self; })
poetry
Expand Down

0 comments on commit 28003eb

Please sign in to comment.