add bitwarden
This commit is contained in:
parent
8c7024853c
commit
06bb5803a9
11 changed files with 90 additions and 71 deletions
|
|
@ -3,7 +3,7 @@ let
|
|||
python = pkgs.python3.override {
|
||||
packageOverrides = pyfinal: pyprev: {
|
||||
slicer = pyprev.slicer.overridePythonAttrs (old: {
|
||||
doCheck = false; # la suite de tests casse sur cette combinaison
|
||||
doCheck = false;
|
||||
build-system = (old.build-system or [ ]) ++ [
|
||||
pyfinal.setuptools
|
||||
pyfinal.wheel
|
||||
|
|
@ -33,6 +33,7 @@ in
|
|||
shap
|
||||
pynvim
|
||||
debugpy
|
||||
setuptools
|
||||
]
|
||||
))
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue