lib/builders.nix: add default nixpkgs hostplatform to mkSystem

This commit is contained in:
Charlie Root 2024-08-31 10:39:12 +02:00
commit 0cd9acc0a7
2 changed files with 16 additions and 4 deletions

View file

@ -44,6 +44,6 @@ in {
# `flake.lib` is set.
flake = {
lib = extendedLib;
_module.args.lib = extendedLib;
# _module.args.lib = extendedLib;
};
}