Skip to content

Commit

Permalink
Rename default package to iecs
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 26, 2024
1 parent 015dbcd commit f06925f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@

systems = import systems;

perSystem = { pkgs, system, ... }: {
perSystem = { config, pkgs, system, ... }: {
_module.args.pkgs = import nixpkgs {
inherit system;
overlays = [ gomod2nix.overlays.default ];
};

packages.default = pkgs.buildGoApplication {
packages.iecs = pkgs.buildGoApplication {
pname = "iecs";
version = "0.1.0";
src = ./.;
modules = ./gomod2nix.toml;
};

overlayAttrs = {
iecs = pkgs.hello;
inherit (config.packages) iecs;
};
};
};
Expand Down
4 changes: 2 additions & 2 deletions templates/devenv/devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1732609512,
"lastModified": 1732609776,
"owner": "sestrella",
"repo": "iecs",
"rev": "2d339618c7ebd88e57d7c67819f29fe6ad7ea6ca",
"rev": "015dbcd8e2706d37548a9b34f84ff1ff6629af7c",
"type": "github"
},
"original": {
Expand Down

0 comments on commit f06925f

Please sign in to comment.