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