Fix project name
This commit is contained in:
parent
aeb58c6f28
commit
515d8c093f
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
reflex-platform ? import ./dep/reflex-platform { system = builtins.currentSystem; }
|
reflex-platform ? import ./dep/reflex-platform { system = builtins.currentSystem; }
|
||||||
}: (reflex-platform.project ({ pkgs, thunkSource, ... }: {
|
}: (reflex-platform.project ({ pkgs, thunkSource, ... }: {
|
||||||
name = "reflex-react";
|
name = "react";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
ghcjs-compiler-nix-name = "ghcjs8107JSString"; #TODO: This must be default
|
ghcjs-compiler-nix-name = "ghcjs8107JSString"; #TODO: This must be default
|
||||||
compiler-nix-name = "ghc8107Splices"; #TODO: This must be default
|
compiler-nix-name = "ghc8107Splices"; #TODO: This must be default
|
||||||
|
Loading…
Reference in New Issue
Block a user