IT WORKS
This commit is contained in:
parent
da509d97c7
commit
3765e918d6
18 changed files with 348 additions and 226 deletions
|
|
@ -122,9 +122,7 @@ in {
|
|||
fenixToolchain,
|
||||
}: let
|
||||
mkShell' = mkShell.override { inherit stdenv; };
|
||||
pyEnv = python3Packages.python.withPackages (p: [
|
||||
p.beartype
|
||||
]);
|
||||
pyEnv = python3Packages.python.withPackages (p: [ p.beartype ]);
|
||||
in mkShell' {
|
||||
name = "devshell-for-${self.name}";
|
||||
inputsFrom = [ self ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue