blah
This commit is contained in:
@@ -22,7 +22,7 @@ let
|
||||
let system = import ../hosts/${hostName}/system.nix;
|
||||
in nixpkgs.lib.nixosSystem {
|
||||
# Pass `inputs` to all modules as a 'special arg,' like `config` or `lib`.
|
||||
specialArgs = inputs;
|
||||
specialArgs = inputs // { inherit system; };
|
||||
inherit system;
|
||||
modules = [
|
||||
../hosts/${hostName}/configuration.nix
|
||||
|
||||
Reference in New Issue
Block a user