simplify imports

This commit is contained in:
Kiara Grouwstra 2025-07-20 19:12:40 +02:00
parent 4ab39cc1b6
commit 7705c01647
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ let
./data-model.nix ./data-model.nix
]; ];
}).config; }).config;
nixops4Deployment = import ./deployment.nix { inherit lib inputs; }; nixops4Deployment = import ./deployment.nix { inherit inputs; };
in in
{ {
test-eval = { test-eval = {

View file

@ -25,7 +25,7 @@ let
); );
}; };
}; };
nixops4Deployment = import ./deployment.nix { inherit lib inputs; }; nixops4Deployment = import ./deployment.nix { inherit inputs; };
configuration = mkOption { configuration = mkOption {
description = "Configuration type declaring options to be set by operators"; description = "Configuration type declaring options to be set by operators";