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