feat: update git pre-commit checks

This commit is contained in:
Ryan Yin
2023-12-18 10:43:35 +08:00
parent 74cec7dd8e
commit 8d83ded0fb
11 changed files with 268 additions and 275 deletions

View File

@@ -7,7 +7,7 @@
darwin-modules,
home-module,
}: let
username = specialArgs.username;
inherit (specialArgs) username;
in
nix-darwin.lib.darwinSystem {
inherit system specialArgs;