Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not create app if there is none #2

Closed
srid opened this issue May 30, 2022 · 2 comments · Fixed by #34
Closed

Do not create app if there is none #2

srid opened this issue May 30, 2022 · 2 comments · Fixed by #34
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@srid
Copy link
Owner

srid commented May 30, 2022

Ema is a library:

❯ nix run github:srid/ema/multisite
error: unable to execute '/nix/store/44gpjhbn175y00jyy5z1k0jwy6q946wg-ema-0.7.2.0/bin/ema': No such file or directory

One solution: we could just add an executable = true; option for this.

@srid srid added bug Something isn't working good first issue Good for newcomers labels May 30, 2022
@srid
Copy link
Owner Author

srid commented Oct 24, 2022

We probably should just not set the apps output at all, and let the user do it themselves. Besides, nix run and the like will use the default package output if there is no app defined, AFAICT.

cc @HariAmoor-professional (something to consider as part of #7)

@srid
Copy link
Owner Author

srid commented Nov 1, 2022

Superseded by #36

@srid srid closed this as completed Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant