Fix bug in flake file
This commit is contained in:
parent
ace4288c9d
commit
4cd7275293
3 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ python3, ... }:
|
||||
{ python3 }:
|
||||
|
||||
python3.pkgs.buildPythonApplication {
|
||||
pname = "soe-python";
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
{ python3, ... }:
|
||||
{ python3 }:
|
||||
|
||||
python3.buildEnv.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue