I think it's in lib...
This commit is contained in:
parent
d698c0c761
commit
91233f71aa
|
@ -8,7 +8,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, gomod2nix, nixpkgs, utils, ... }:
|
outputs = { self, gomod2nix, nixpkgs, utils, ... }:
|
||||||
utils.eachDefaultSystem (system:
|
utils.lib.eachDefaultSystem (system:
|
||||||
let
|
let
|
||||||
inherit (gomod2nix.legacyPackages."${system}") buildGoApplication;
|
inherit (gomod2nix.legacyPackages."${system}") buildGoApplication;
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
|
|
Loading…
Reference in New Issue