refactor(hosts): remove redundant host and system arguments
Remove explicit `host` and `system` definitions from `specialArgs` in various host `default.nix` files. These values are redundant as they can be derived from the flake context or are already provided by the calling environment.
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
specialArgs = inputs // {
|
||||
inherit self;
|
||||
inputs = inputs;
|
||||
host = "uConsole";
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
trustCaches = false;
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user