chore: nf-fmt-nix

This commit is contained in:
arcnmx 2024-06-24 19:13:07 -07:00
parent 5f163df9ec
commit 7e82a12236
5 changed files with 126 additions and 104 deletions

View file

@ -39,7 +39,10 @@
src = inputs.nixpkgs;
inherit patches;
};
in if patches != [] then patchedNixpkgs else pkgs;
in
if patches != []
then patchedNixpkgs
else pkgs;
deploy-rs = let
deployLib =
inputs.deploy-rs.lib.${system}