Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Disable the keyring
Browse files Browse the repository at this point in the history
I don't really need it at the moment and there is a bug with poetry.
python-poetry/poetry#5250
python-poetry/poetry#1917
  • Loading branch information
Nebucatnetzer committed Jun 25, 2023
1 parent 91469e1 commit 8665808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
pkgs.python310Packages.pip
(pkgs.writeScriptBin "dev" "${builtins.readFile ./dev.sh}")
];
PYTHON_KEYRING_BACKEND="keyring.backends.fail.Keyring";
shellHook = ''
export DJANGO_SETTINGS_MODULE=network_inventory.settings.local
'';
Expand Down

0 comments on commit 8665808

Please sign in to comment.