-
Notifications
You must be signed in to change notification settings - Fork 14
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
Nix Flake: build failure #26
Comments
I can second this. I am also facing the same problem. The error is exactly the same. My config: # flake.nix
#...
inputs = {
watershot.url = "github:Kirottu/watershot/master";
};
outputs = { nixpkgs, nurpkgs, home-manager, hyprland, watershot, ... }@inputs: {
#... # home.nix
#...
home.packages = with pkgs; [
inputs.watershot.packages.${pkgs.system}.default
#...
];
#... |
Seems like the tests for the window searching have broken. Can you take a look at this @Syndelis as it is code that you committed? |
My bad guys, seems like I made a typo (or maybe made it wrong on purpose to test locally and forgot to revert it). PR #29 should fix this |
Declaration in .nix files:
Error message:
The text was updated successfully, but these errors were encountered: