We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35333cc commit d8caa43Copy full SHA for d8caa43
flake.nix
@@ -178,7 +178,6 @@
178
{ package = "mdbook-admonish"; }
179
{ package = "mdbook-emojicodes"; }
180
{ package = "nodePackages.prettier"; }
181
- { package = "nixos-install-tools"; }
182
{ package = "pre-commit"; }
183
{
184
name = "apply";
@@ -274,7 +273,7 @@
274
273
inputs.devshell.flakeModule
275
inputs.pre-commit-hooks.flakeModule
276
];
277
- systems = [ "x86_64-linux" "aarch64-linux" ];
+ systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
278
inherit perSystem;
279
};
280
}
0 commit comments