Commit fe0ebf9
committed
chore(nix): make sure ruff is runnable on NixOS
Before `devenv`'s been introduced, `autoPatchelfHook` made sure that
external binaries are executable. `Devenv` has its own magic sauce
that makes Python dependencies "just work", however `ruff` is not a
python binary, so it needs special care.1 parent d26ae04 commit fe0ebf9
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
27 | 35 | | |
0 commit comments