depot -> meta for specialArgs, whee

This commit is contained in:
kat witch 2021-08-09 03:04:41 +01:00
parent 43d5814348
commit a5670724da
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
15 changed files with 28 additions and 29 deletions

View file

@ -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;
};
};