Skip to content

Commit

Permalink
Use self to reference iecs package
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 26, 2024
1 parent f06925f commit 87ca9ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = { self', pkgs, system, ... }: {
_module.args.pkgs = import nixpkgs {
inherit system;
overlays = [ gomod2nix.overlays.default ];
Expand All @@ -31,7 +31,7 @@
};

overlayAttrs = {
inherit (config.packages) iecs;
inherit (self'.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": 1732609776,
"lastModified": 1732610719,
"owner": "sestrella",
"repo": "iecs",
"rev": "015dbcd8e2706d37548a9b34f84ff1ff6629af7c",
"rev": "f06925f330bd877f65a8a4b51c7f26aef289dedb",
"type": "github"
},
"original": {
Expand Down

0 comments on commit 87ca9ed

Please sign in to comment.