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