chore: apply lints

This commit is contained in:
Bloxx12 2025-07-08 13:57:04 +02:00
commit 2411c0b496
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
16 changed files with 42 additions and 47 deletions

View file

@ -23,7 +23,7 @@ inputs: let
inherit inputs;
inherit self;
}
(args.specialArgs or {});
args.specialArgs or {};
modules = concatLists [
# This is used to pre-emptively set the hostPlatform for nixpkgs.
# Also, we set the system hostname here.