-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add Nix Flake #4
base: main
Are you sure you want to change the base?
Conversation
Additional note: Right now the Desktop Icon is being pulled directly from this org's github avatar. It might be preferable to include the file in this repo or someplace more reliable. |
run it under a docker container |
6f199e7
to
8dacf4c
Compare
not really sure why it wouldn't work on wayland, it builds and runs completely fine for me on wayland (although i dont use nixos, i use endeavour) |
Now that you mention it, I realize it's probably a me problem. I've run into that same error message with WezTerm as well, but only on my laptop. So it's probably something I'm messing up with my graphics config on here. |
any updates on this PR? |
The desktop entry needs some keywords added. Also apparently some merge conflicts? Resolving now. |
I can't think of anything else that's been asked of me yet. Once we come up with some keywords for the desktop entry, it should be ready to merge. |
Looking at some example in nixpkgs: Perhaps no keywords, just the three categories that Vesktop falls under? That would look like categories = [
"Network"
"InstantMessaging"
"Chat"
]; I'm hesitant to make this call myself since this isn't my app. |
we should just go with |
adds some extra metadata to `Cargo.toml` that's necessary for Crane to work
The previous commit claiming to add NixOS support merely added a devshell. This flake fully packages Scope, in addition to providing a development shell. A NixOS user (with a flake config) can now install the app seamlessly.
The package includes a desktop shortcut. The keywords list in the shortcut has been left empty--I felt it more appropriate for one of you to decide upon fitting keywords.