Skip to content

Commit

Permalink
chore: create fmo_frontend_default pkg to test build using `nix bui…
Browse files Browse the repository at this point in the history
…ld` without parameters
  • Loading branch information
elsirion committed Sep 20, 2024
1 parent 78d599a commit 0fc31e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
doCheck = false;
});
in
{
rec {
fmo_frontend = api: craneLib.buildTrunkPackage (wasmArgs // {
nativeBuildInputs = with pkgs; [
wasm-pack
Expand All @@ -129,6 +129,7 @@
cargoHash = "sha256-aACJ+lYNEU8FFBs158G1/JG8sc6Rq080PeKCMnwdpH0=";
};
});
fmo_frontend_default = fmo_frontend "http://localhost:3000";
};
in
{
Expand Down

0 comments on commit 0fc31e4

Please sign in to comment.