fix(HACK): not broken anymore
This commit is contained in:
parent
99ef0b76de
commit
d63751578a
2 changed files with 12 additions and 2 deletions
|
@ -7,6 +7,7 @@ let
|
|||
attrsOf
|
||||
bool
|
||||
str
|
||||
any
|
||||
submodule
|
||||
;
|
||||
|
||||
|
@ -30,6 +31,11 @@ in
|
|||
];
|
||||
|
||||
options = {
|
||||
# Hack because of this https://git.dgnum.eu/DGNum/colmena/src/commit/71b1b660f2cda2e34e134d0028cafbd56bb22008/src/nix/hive/eval.nix#L166 which defines nixpkgs option but we don't have it here. What about liminix ?
|
||||
nixpkgs = mkOption {
|
||||
type = attrsOf any;
|
||||
default = { };
|
||||
};
|
||||
netconf.xmls.configuration = mkOption {
|
||||
type = str;
|
||||
readOnly = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue