From f546b9a8651a537e2d2d6905646356ae31c8c65d Mon Sep 17 00:00:00 2001 From: sid Date: Sun, 31 May 2026 18:58:33 +0200 Subject: [PATCH] lib: access util functions under lib.utils --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 400fe4b..cdd8240 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {