Skip to content

Commit

Permalink
flake: update to latest dependencies to fix build and fix nix run
Browse files Browse the repository at this point in the history
This fixed nix build by updating lock to the latest libshv and latest
Qt version.

The correct main program is specified because name of the package
contains hash and that is not included in the main program name.
  • Loading branch information
Cynerd committed Aug 27, 2024
1 parent d85f31f commit c719c61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
39 changes: 19 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"-DSHVSPY_USE_LOCAL_LIBSHV=ON"
"-DUSE_QT6=ON"
];
meta.mainProgram = "shvspy";
};
in
{
Expand Down

0 comments on commit c719c61

Please sign in to comment.