treewide: reformat

This commit is contained in:
Nikodem Rabuliński 2024-03-07 23:10:03 +01:00
parent 8d975c07fa
commit 4eb71e5baf
8 changed files with 63 additions and 73 deletions

View file

@ -12,9 +12,9 @@
prependFlags =
let
# Can't rely on pathAdd because fish used as login shell will ignore the variables the wrapper sets up
path-add-lines =
lib.concatMapStringsSep "\n" (pkg: "fish_add_path --path --prepend '${lib.getExe' pkg ""}'")
config.pathAdd;
path-add-lines = lib.concatMapStringsSep "\n" (
pkg: "fish_add_path --path --prepend '${lib.getExe' pkg ""}'"
) config.pathAdd;
config-fish = pkgs.writeText "config.fish" ''
${path-add-lines}