lib: access util functions under lib.utils
Some checks failed
Flake check / flake-check (pull_request) Failing after 40s
Build tests / build-hosts (pull_request) Successful in 10m50s

This commit is contained in:
sid 2026-05-31 18:58:33 +02:00
parent ecf5132cbb
commit f546b9a865

View file

@ -35,7 +35,7 @@
"aarch64-linux" # For testing only. Use at your own risk.
];
lib = nixpkgs.lib.extend (_final: _prev: self.lib.utils or { });
lib = nixpkgs.lib.extend (_final: _prev: { inherit (self.lib) utils; });
mkPkgs =
{