Skip to content

Commit 4518fe2

Browse files
committed
Add riscv64-linux to supported systems
1 parent c2ea4e6 commit 4518fe2

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
@@ -136,7 +136,7 @@
136136
};
137137
};
138138
} //
139-
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
139+
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin" "riscv64-linux"]) (system:
140140
let
141141
pkgs = import nixpkgs { inherit system; overlays = [ self.overlay ]; };
142142
in

0 commit comments

Comments
 (0)