From 750f7a7fa4a324ab52fc3a5d808e4a20eaa48224 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 11 Sep 2024 11:29:56 -0700 Subject: [PATCH] flake: remove unnecessary unstable lib --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cf10c527f..43b808393 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ packages.${system} = let mkArgs = optimize: { - inherit (pkgs-unstable) zig_0_13 lib; + inherit (pkgs-unstable) zig_0_13; inherit optimize; revision = self.shortRev or self.dirtyShortRev or "dirty";