Skip to content

Commit

Permalink
Try using rec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 25, 2024
1 parent be56131 commit 10699d1
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 = { final, system, pkgs, ... }: {
perSystem = { system, pkgs, ... }: rec {
_module.args.pkgs = import nixpkgs {
inherit system;
overlays = [ gomod2nix.overlays.default ];
Expand All @@ -31,7 +31,7 @@
};

overlayAttrs = {
iecs = final.packages.default;
iecs = packages.default;
};
};
};
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": 1732573489,
"lastModified": 1732573587,
"owner": "sestrella",
"repo": "iecs",
"rev": "c04d02609986f7963868bca48f8402f9e2c56a1c",
"rev": "be56131f3a37cb5a6796319869c8743305ef1934",
"type": "github"
},
"original": {
Expand Down

0 comments on commit 10699d1

Please sign in to comment.