We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cant build the package on nixos. Gives me this errror:
error: attempt to call something which is not a function but a set: { type = "derivation"; __ignoreNulls = true; __structuredAttrs = «thunk»; all = «thunk»; args = «thunk»; buildInputs = «thunk»; builder = «thu nk»; cmakeFlags = «thunk»; configureFlags = «thunk»; depsBuildBuild = «thunk»; «32 attributes elided» } at /nix/store/412wdkdhx8w1ig59cc1l4w2j9knly60k-source/nix/overlays.nix:49:19: 48| sdbus-cpp_2 = final: prev: { 49| sdbus-cpp_2 = prev.sdbus-cpp_2 or final.sdbus-cpp.overrideAttrs (self: _: { | ^ 50| version = "2.0.0";
The text was updated successfully, but these errors were encountered:
Do you override the Nixpkgs input of the xdph flake?
Sorry, something went wrong.
I built the latest main just fine, with no modifications.
I can repro this using the hyprland flake, both with and without overriding the nixpkgs input:
hyprland = { url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; inputs.nixpkgs.follows = "nixpkgs"; };
Should be fixed as of a few minutes ago.
Also @TheSunCat you can revert back to using url = "github:hyprwm/Hyprland".
url = "github:hyprwm/Hyprland"
No branches or pull requests
Cant build the package on nixos. Gives me this errror:
The text was updated successfully, but these errors were encountered: