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 = { config = {
# By default, we enable cross-compilation support. # By default, we enable cross-compilation support.
nixpkgs.buildPlatform = lib.mkDefault builtins.currentSystem; nixpkgs.buildPlatform = lib.mkDefault builtins.currentSystem;

View file

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