Skip to content

Add nix flake with devshell and package definitions#51

Open
lavafroth wants to merge 1 commit into
dekomote:masterfrom
lavafroth:nix-flake
Open

Add nix flake with devshell and package definitions#51
lavafroth wants to merge 1 commit into
dekomote:masterfrom
lavafroth:nix-flake

Conversation

@lavafroth

Copy link
Copy Markdown

package can be built with nix build
devshell can be entered with nix develop

package can be built with `nix build`
devshell can be entered with `nix develop`
Comment thread flake.nix
packages = forAllSystems (pkgs: {
default = pkgs.stdenv.mkDerivation {
pname = "vermouth";
dontWrapQtApps = true;

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will break the app as kirigami won't be able to be imported. Please do a nix run and confirm.

@dekomote

Copy link
Copy Markdown
Owner

Please check the comment I left if you want this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants