-
Notifications
You must be signed in to change notification settings - Fork 129
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
fix: nix & python packages upgrade, csd verify file #181
Commits on Nov 28, 2023
-
fix(build): update nix flake to work with current NixOS unstable
Niv appears to work too, but I haven't tested that as much. Changes (sorry single big commit, but this was hard enough as is): - don't use the overlay for nixpkgs since it's not used ATM - when using a flake, respect the given inputs instead of using Niv ones - update dependencies to Qt6 to match `pyproject.toml` - fix coredump on Wayland because of missing runtime dependency - fix build-system to use the newer `poetry-core` - update poetry.lock - make flake inputs and Niv sources poetry2nix versions match
Configuration menu - View commit details
-
Copy full SHA for 8f438d8 - Browse repository at this point
Copy the full SHA 8f438d8View commit details
Commits on Nov 29, 2023
-
squash! fix QT_STYLE_OVERRIDE warning at startup
Example: "QApplication: invalid style override 'kvantum' passed, ignoring it."
Configuration menu - View commit details
-
Copy full SHA for d205ec9 - Browse repository at this point
Copy the full SHA d205ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6670c7 - Browse repository at this point
Copy the full SHA f6670c7View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ccbc3b - Browse repository at this point
Copy the full SHA 9ccbc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37409da - Browse repository at this point
Copy the full SHA 37409daView commit details -
fix(build): don't override poetry2nix in overlay
`prev.callPackage` auto-detects the given closure's args and sets them to `prev.${arg}`. So `poetry2nix` was getting overriden with `prev.poetry2nix` giving us the "poetry2nix is now maintained out-of-tree" error.
Configuration menu - View commit details
-
Copy full SHA for 20c0015 - Browse repository at this point
Copy the full SHA 20c0015View commit details
Commits on Jul 23, 2024
-
chore: update flake inputs and python dependencies
Python dependency update is required to build with latest nixpkgs. Co-authored-by: adminy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ded21f - Browse repository at this point
Copy the full SHA 1ded21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 867ce5b - Browse repository at this point
Copy the full SHA 867ce5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b57bbfa - Browse repository at this point
Copy the full SHA b57bbfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f269200 - Browse repository at this point
Copy the full SHA f269200View commit details
Commits on Aug 21, 2024
-
chore: allow building with lxml 5.x
And make Nix package use the lxml from nixpkgs, to allow building with a more recent version.
Configuration menu - View commit details
-
Copy full SHA for 94f1ddf - Browse repository at this point
Copy the full SHA 94f1ddfView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c78b80 - Browse repository at this point
Copy the full SHA 7c78b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b811a - Browse repository at this point
Copy the full SHA 60b811aView commit details