Skip to content

Commit 13a0301

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent b8d6e6b commit 13a0301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
1010
pname = cargoToml.package.name;
1111
version = cargoToml.package.version;
12-
supportedSystems = [ "x86_64-linux" "aarch64-linux" ];
12+
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
1313
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system:
1414
f {
1515
pkgs = import nixpkgs {

0 commit comments

Comments
 (0)