Skip to content

Commit

Permalink
Testing with hello again
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 26, 2024
1 parent 2d33961 commit 015dbcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@

systems = import systems;

perSystem = { config, pkgs, system, ... }: {
perSystem = { pkgs, system, ... }: {
_module.args.pkgs = import nixpkgs {
inherit system;
overlays = [
gomod2nix.overlays.default
(final: prev: {
iecs = config.packages.default;
})
];
overlays = [ gomod2nix.overlays.default ];
};

packages.default = pkgs.buildGoApplication {
Expand All @@ -34,6 +29,10 @@
src = ./.;
modules = ./gomod2nix.toml;
};

overlayAttrs = {
iecs = pkgs.hello;
};
};
};
}
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": 1732573738,
"lastModified": 1732609512,
"owner": "sestrella",
"repo": "iecs",
"rev": "84825638e3197e2fa23037e4578ef193389512b4",
"rev": "2d339618c7ebd88e57d7c67819f29fe6ad7ea6ca",
"type": "github"
},
"original": {
Expand Down
2 changes: 1 addition & 1 deletion templates/devenv/devenv.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
iecs:
url: /Users/sestrella/code/sestrella/iecs
url: github:sestrella/iecs/nix_templates
overlays:
- default
nixpkgs:
Expand Down

0 comments on commit 015dbcd

Please sign in to comment.