fix: added missing imports

This commit is contained in:
soyouzpanda 2024-09-18 14:59:36 +02:00
parent 876909959c
commit b11e752c02
Signed by: ecoppens
GPG key ID: 871893E37A732093
2 changed files with 5 additions and 0 deletions

View file

@ -105,6 +105,9 @@ in {
};
};
};
imports = [ ./nixpkgs.nix ];
config = {
# By default, we enable cross-compilation support.
nixpkgs.buildPlatform = lib.mkDefault builtins.currentSystem;

View file

@ -330,6 +330,8 @@ in
'';
};
};
imports = [ ./misc/assertions.nix ];
config = {
_module.args = {