Skip to content

Commit

Permalink
fix(templates/{parts,parts-with-direnv}): ooprs
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Aug 30, 2024
1 parent 5e21cf6 commit 5f5a733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/parts-with-direnv/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flake-parts.url = "github:hercules-ci/flake-parts";
};

outputs = {flake-parts} @ inputs:
outputs = {flake-parts, ...} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
systems = [
"aarch64-darwin"
Expand Down
2 changes: 1 addition & 1 deletion templates/parts/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flake-parts.url = "github:hercules-ci/flake-parts";
};

outputs = {flake-parts} @ inputs:
outputs = {flake-parts, ...} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
systems = [
"aarch64-darwin"
Expand Down

0 comments on commit 5f5a733

Please sign in to comment.