forked from DGNum/liminix
fix: added missing imports
This commit is contained in:
parent
876909959c
commit
b11e752c02
2 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,9 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ ./nixpkgs.nix ];
|
||||
|
||||
config = {
|
||||
# By default, we enable cross-compilation support.
|
||||
nixpkgs.buildPlatform = lib.mkDefault builtins.currentSystem;
|
||||
|
|
|
@ -330,6 +330,8 @@ in
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ ./misc/assertions.nix ];
|
||||
|
||||
config = {
|
||||
_module.args = {
|
||||
|
|
Loading…
Reference in a new issue