Skip to content

Commit d8caa43

Browse files
committed
chore(flake.nix): allow usage on darwin, remove install tools for compatibility
1 parent 35333cc commit d8caa43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178
{ package = "mdbook-admonish"; }
179179
{ package = "mdbook-emojicodes"; }
180180
{ package = "nodePackages.prettier"; }
181-
{ package = "nixos-install-tools"; }
182181
{ package = "pre-commit"; }
183182
{
184183
name = "apply";
@@ -274,7 +273,7 @@
274273
inputs.devshell.flakeModule
275274
inputs.pre-commit-hooks.flakeModule
276275
];
277-
systems = [ "x86_64-linux" "aarch64-linux" ];
276+
systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
278277
inherit perSystem;
279278
};
280279
}

0 commit comments

Comments
 (0)