fix(scripts): use writePython3Bin
Otherwise the paths to the binaries are wrong
This commit is contained in:
parent
7c76072ba2
commit
bea499a914
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ writers, python3Packages }:
|
||||
writers.writePython3 "audiomenu" {
|
||||
writers.writePython3Bin "audiomenu" {
|
||||
libraries = [ python3Packages.click ];
|
||||
|
||||
flakeIgnore = [
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ writers, python3Packages }:
|
||||
writers.writePython3 "jpassmenu" {
|
||||
writers.writePython3Bin "jpassmenu" {
|
||||
libraries = [ python3Packages.click ];
|
||||
# line too long, but I like my code well documented
|
||||
flakeIgnore = [ "E501" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue