Skip to content

Commit 8a10dee

Browse files
committed
Add riscv64-linux to supported systems
1 parent 3867348 commit 8a10dee

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
@@ -153,7 +153,7 @@
153153
};
154154
overlays.default = overlay;
155155
} //
156-
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
156+
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin" "riscv64-linux"]) (system:
157157
let
158158
pkgs = import nixpkgs {
159159
inherit system;

0 commit comments

Comments
 (0)