Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Aug 4, 2024
1 parent 42235c9 commit dddd22d
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 148 deletions.
6 changes: 5 additions & 1 deletion examples/custom/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
flake-parts.lib.mkFlake { inherit inputs; } {
imports = [ inputs.chainix.flakeModule ];

systems = [ "x86_64-linux" ];
systems = [
"x86_64-linux"
"aarch64-darwin"
];

perSystem =
{ config, ... }:
{
Expand Down
118 changes: 41 additions & 77 deletions examples/defaults/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion examples/defaults/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
flake-parts.lib.mkFlake { inherit inputs; } {
imports = [ inputs.chainix.flakeModule ];

systems = [ "x86_64-linux" ];
systems = [
"x86_64-linux"
"aarch64-darwin"
];

perSystem =
{ config, ... }:
{
Expand Down
98 changes: 29 additions & 69 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dddd22d

Please sign in to comment.