enabled statix

This commit is contained in:
Primrose 2024-06-06 23:01:43 +02:00
parent 28c9634485
commit dc73fadba6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 8 additions and 4 deletions

View file

@ -15,7 +15,7 @@
add_paths =
ps:
lib.trivial.pipe ps [
(lib.lists.reverseList) # source paths in reverse order
lib.lists.reverseList # source paths in reverse order
(map (p: "fish_add_path -m ${p}"))
(builtins.concatStringsSep "\n")
(s: s + "\n")