Skip to content

Commit 7fb5635

Browse files
committed
Add riscv64-linux to supported systems
1 parent 724463b commit 7fb5635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
};
144144
};
145145
} //
146-
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
146+
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin" "riscv64-linux"]) (system:
147147
let
148148
pkgs = import nixpkgs { inherit system; overlays = [ self.overlay ]; };
149149
in

0 commit comments

Comments
 (0)