chore(format): run treefmt

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-08-12 13:26:02 -05:00
parent be48f6bff2
commit a0c21318f9

View File

@ -30,13 +30,12 @@ in
# nixpkgs checks version, no need when building locally # nixpkgs checks version, no need when building locally
nativeInstallCheckInputs = [ ]; nativeInstallCheckInputs = [ ];
buildInputs = (builtins.filter (p: buildInputs =
p.pname != "wireplumber" && (builtins.filter (p: p.pname != "wireplumber" && p.pname != "gps") oldAttrs.buildInputs)
p.pname != "gps" ++ [
) oldAttrs.buildInputs) ++ [ pkgs.wireplumber
pkgs.wireplumber pkgs.gpsd
pkgs.gpsd ];
];
postUnpack = '' postUnpack = ''
pushd "$sourceRoot" pushd "$sourceRoot"