mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 21:46:54 +02:00
feat: format via 'ls **/*.nix | each { |it| nixfmt $it.name }'
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
system,
|
||||
genSpecialArgs,
|
||||
...
|
||||
} @ args: let
|
||||
}@args:
|
||||
let
|
||||
name = "fern";
|
||||
|
||||
modules = {
|
||||
@@ -34,7 +35,8 @@
|
||||
};
|
||||
|
||||
systemArgs = modules // args;
|
||||
in {
|
||||
in
|
||||
{
|
||||
# macOS's configuration
|
||||
darwinConfigurations.${name} = mylib.macosSystem systemArgs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user