mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
5f163df9ec
commit
7e82a12236
5 changed files with 126 additions and 104 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue