mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
flake/dev: use nix-shell shebangs for scripts
Allow running the scripts directly without entering the devshell.
This commit is contained in:
parent
c39f5f39c3
commit
9cc99629f3
5 changed files with 11 additions and 4 deletions
|
@ -10,6 +10,8 @@
|
|||
package = pkgs.writers.writePython3Bin "list-plugins" {
|
||||
# Disable flake8 checks that are incompatible with the ruff ones
|
||||
flakeIgnore = [
|
||||
# Thinks shebang is a block comment
|
||||
"E265"
|
||||
# line too long
|
||||
"E501"
|
||||
# line break before binary operator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue