Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- imports = [ ../shared/default.nix ];
- { mkDerivation, base, miso, stdenv}:
- mkDerivation {
- pname = "app";
- version = "0.1.0.0";
- src = ./.;
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [ base miso shared];
- description = "First miso app";
- license = stdenv.lib.licenses.bsd3;
- }
Advertisement
Add Comment
Please, Sign In to add comment