pass resourceProviderSystem to nixops4Deployment

This commit is contained in:
Kiara Grouwstra 2025-07-19 16:17:23 +02:00
parent 9e59b27411
commit ffe59ae210
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -7,6 +7,8 @@ let
(lib.evalModules {
specialArgs = {
inherit inputs;
# to be passed to nixops4Deployment
resourceProviderSystem = builtins.currentSystem;
};
modules = [
module