cleanup
This commit is contained in:
parent
5e2d9f71df
commit
3d4055854a
|
@ -11,7 +11,6 @@
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, flake-utils, gomod2nix }: flake-utils.lib.eachDefaultSystem (system:
|
outputs = { self, nixpkgs, flake-utils, gomod2nix }: flake-utils.lib.eachDefaultSystem (system:
|
||||||
let
|
let
|
||||||
#pkgs = nixpkgs.legacyPackages.${system};
|
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [ gomod2nix.overlays.default ];
|
overlays = [ gomod2nix.overlays.default ];
|
||||||
|
|
Loading…
Reference in a new issue