forked from Fediversity/Fediversity
pass resourceProviderSystem
to nixops4Deployment
This commit is contained in:
parent
91b5c7b1bd
commit
7101938fdb
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ let
|
||||||
(lib.evalModules {
|
(lib.evalModules {
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
|
# to be passed to nixops4Deployment
|
||||||
|
resourceProviderSystem = builtins.currentSystem;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
module
|
module
|
||||||
|
|
Loading…
Add table
Reference in a new issue