mirror of
https://github.com/NotAShelf/Basix.git
synced 2026-06-24 13:34:38 +00:00
convert-scheme: fix pyyaml provisioning
This commit is contained in:
parent
6a8a32d3a8
commit
2220b3fa51
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{pkgs, ...}:
|
{pkgs, ...}:
|
||||||
pkgs.writers.writePython3Bin "convert-scheme" {
|
pkgs.writers.writePython3Bin "convert-scheme" {
|
||||||
libraries = with pkgs.python311Packages; [pyyaml];
|
libraries = with pkgs.python3Packages; [pyyaml];
|
||||||
flakeIgnore = ["E302" "E305" "E501"];
|
flakeIgnore = ["E302" "E305" "E501"];
|
||||||
} ''
|
} ''
|
||||||
import argparse
|
import argparse
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue