Skip to content

Commit

Permalink
Add riscv64-linux to supported systems
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F committed Jul 4, 2024
1 parent 3867348 commit 8a10dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
};
overlays.default = overlay;
} //
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin" "riscv64-linux"]) (system:
let
pkgs = import nixpkgs {
inherit system;
Expand Down

0 comments on commit 8a10dee

Please sign in to comment.