mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Meta cursed hack
This commit is contained in:
parent
a5670724da
commit
8532a463b2
3 changed files with 7 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, sources, lib, config, ... }:
|
||||
{ pkgs, sources, lib, meta, config, ... }:
|
||||
|
||||
/*
|
||||
This module:
|
||||
|
|
@ -59,8 +59,7 @@ with lib;
|
|||
];
|
||||
specialArgs = {
|
||||
inherit (config.network) nodes;
|
||||
inherit sources;
|
||||
meta = config;
|
||||
inherit sources meta;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue