forked from Fediversity/Fediversity
simplify imports
This commit is contained in:
parent
4ab39cc1b6
commit
7705c01647
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue