style: nix fmt

This commit is contained in:
Kat Inskip 2025-07-13 05:10:57 -07:00
parent 7913481b66
commit 6e0cc170eb
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
112 changed files with 1977 additions and 1739 deletions

View file

@ -5,10 +5,11 @@
cachix,
jq,
nix,
curl
curl,
}: let
inherit (lib) makeBinPath;
in writeShellScriptBin "nf-update" ''
in
writeShellScriptBin "nf-update" ''
export PATH="$PATH:${lib.makeBinPath [
git
cachix
@ -17,4 +18,4 @@ in writeShellScriptBin "nf-update" ''
curl
]}"
exec ${./update.sh} "$@"
''
''