Skip to content

Commit

Permalink
Add missing key to default overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 25, 2024
1 parent e2d28e2 commit 0a8fcf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

systems = import systems;

perSystem = { system, pkgs, ... }: {
perSystem = { config, system, pkgs, ... }: {
_module.args.pkgs = import nixpkgs {
inherit system;
overlays = [ gomod2nix.overlays.default ];
Expand All @@ -29,6 +29,10 @@
src = ./.;
modules = ./gomod2nix.toml;
};

overlayAttrs = {
iecs = config.packages.default;
};
};
};
}

0 comments on commit 0a8fcf2

Please sign in to comment.