I think it's in lib...

This commit is contained in:
niten 2024-01-27 11:15:36 -08:00
parent d698c0c761
commit 91233f71aa
1 changed files with 1 additions and 1 deletions

View File

@ -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;