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 Apr 28, 2023
1 parent c2ea4e6 commit 4518fe2
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 @@ -136,7 +136,7 @@
};
};
} //
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; overlays = [ self.overlay ]; };
in
Expand Down

0 comments on commit 4518fe2

Please sign in to comment.