We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d6e6b commit 13a0301Copy full SHA for 13a0301
flake.nix
@@ -9,7 +9,7 @@
9
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
10
pname = cargoToml.package.name;
11
version = cargoToml.package.version;
12
- supportedSystems = [ "x86_64-linux" "aarch64-linux" ];
+ supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
13
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system:
14
f {
15
pkgs = import nixpkgs {
0 commit comments