From 91233f71aa5c8d1707b822c4f788e59299d5e2af Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 27 Jan 2024 11:15:36 -0800 Subject: [PATCH] I think it's in lib... --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c6a5bcb..7d4701a 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ }; outputs = { self, gomod2nix, nixpkgs, utils, ... }: - utils.eachDefaultSystem (system: + utils.lib.eachDefaultSystem (system: let inherit (gomod2nix.legacyPackages."${system}") buildGoApplication; inherit (nixpkgs) lib;