Clean up flake checks/packages attributes

This commit is contained in:
adisbladis 2024-02-09 14:22:41 +13:00
parent 0670f97ed1
commit 6101f504d6
1 changed files with 9 additions and 1 deletions

View File

@ -29,7 +29,15 @@
(pkgs.callPackage ./. { (pkgs.callPackage ./. {
zephyr-src = zephyr; zephyr-src = zephyr;
inherit pyproject-nix; inherit pyproject-nix;
}) [ "override" "overrideDerivation" ] }) [
"override"
"overrideDerivation"
"callPackage"
"overrideScope"
"overrideScope'"
"newScope"
"packages"
]
); );
} }
); );