fix: invalid special args
This commit is contained in:
parent
711a83b8e0
commit
159980a6f8
1 changed files with 1 additions and 2 deletions
|
|
@ -40,8 +40,7 @@ outputs = inputs@{ self, nixpkgs, agenix, rpi5-kernel, ... }:
|
||||||
|
|
||||||
nixosConfigurations."toki-aether" =
|
nixosConfigurations."toki-aether" =
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {
|
specialArgs = inputs // {
|
||||||
inherit forgejo-tokyo-night;
|
|
||||||
aether = self.nixosModules;
|
aether = self.nixosModules;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue