modules: migrate to nilla
This commit is contained in:
parent
b988839a70
commit
292695805e
6 changed files with 35 additions and 12 deletions
|
@ -30,7 +30,7 @@ in
|
|||
|
||||
baseNixos = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
inputs.self.nixosModules.combined
|
||||
config.nixosModules.combined
|
||||
sharedOptions
|
||||
];
|
||||
specialArgs.configurationName = "base";
|
||||
|
@ -38,7 +38,7 @@ in
|
|||
|
||||
baseDarwin = inputs.darwin.lib.darwinSystem {
|
||||
modules = [
|
||||
inputs.self.darwinModules.combined
|
||||
config.darwinModules.combined
|
||||
sharedOptions
|
||||
];
|
||||
specialArgs.configurationName = "base";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue