lib: access util functions under lib.utils
This commit is contained in:
parent
ecf5132cbb
commit
f546b9a865
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue