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

fix: nix & python packages upgrade, csd verify file #181

Closed
wants to merge 13 commits into from

Commits on Nov 28, 2023

  1. 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
    ThinkChaos committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8f438d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. squash! fix QT_STYLE_OVERRIDE warning at startup

    Example:
    "QApplication: invalid style override 'kvantum' passed, ignoring it."
    ThinkChaos committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d205ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6670c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    9ccbc3b View commit details
    Browse the repository at this point in the history
  2. squash!: fix flake indent

    ThinkChaos committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    37409da View commit details
    Browse the repository at this point in the history
  3. 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.
    ThinkChaos committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    20c0015 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore: update flake inputs and python dependencies

    Python dependency update is required to build with latest nixpkgs.
    
    Co-authored-by: adminy <[email protected]>
    ThinkChaos and adminy committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1ded21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867ce5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b57bbfa View commit details
    Browse the repository at this point in the history
  4. chore: update niv sources

    ThinkChaos committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f269200 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. chore: allow building with lxml 5.x

    And make Nix package use the lxml from nixpkgs, to allow building with
    a more recent version.
    ThinkChaos committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    94f1ddf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    7c78b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b811a View commit details
    Browse the repository at this point in the history