Skip to content

Commit

Permalink
Use final instead of config
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 25, 2024
1 parent c04d026 commit be56131
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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, system, pkgs, ... }: {
perSystem = { final, system, pkgs, ... }: {
_module.args.pkgs = import nixpkgs {
inherit system;
overlays = [ gomod2nix.overlays.default ];
Expand All @@ -31,7 +31,7 @@
};

overlayAttrs = {
iecs = config.packages.default;
iecs = final.packages.default;
};
};
};
Expand Down
9 changes: 5 additions & 4 deletions templates/devenv/devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"devenv": {
"locked": {
"dir": "src/modules",
"lastModified": 1732460433,
"lastModified": 1732546682,
"owner": "cachix",
"repo": "devenv",
"rev": "6f9f633c50265c836aa685feefe15ea2a8865d28",
"rev": "a7125d27b4f92de7f77064bcee4e1de91b595973",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -114,14 +114,15 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1732528933,
"lastModified": 1732573489,
"owner": "sestrella",
"repo": "iecs",
"rev": "043ed4a9b7d18f15f45db1ecec707894538c554d",
"rev": "c04d02609986f7963868bca48f8402f9e2c56a1c",
"type": "github"
},
"original": {
"owner": "sestrella",
"ref": "nix_templates",
"repo": "iecs",
"type": "github"
}
Expand Down

0 comments on commit be56131

Please sign in to comment.