Skip to content

Commit

Permalink
Testing overlay with hello package
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 26, 2024
1 parent e4ee22d commit 0c0abf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

systems = import systems;

perSystem = { config, pkgs, system, ... }: {
perSystem = { pkgs, system, ... }: {
_module.args.pkgs = import nixpkgs {
inherit system;
overlays = [ gomod2nix.overlays.default ];
Expand All @@ -31,7 +31,7 @@
};

overlayAttrs = {
iecs = config.packages.default;
iecs = pkgs.hello; # config.packages.default;
};
};
};
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: github:sestrella/iecs/nix_templates
url: /Users/sestrella/code/sestrella/iecs
overlays:
- default
nixpkgs:
Expand Down

0 comments on commit 0c0abf7

Please sign in to comment.