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
swaylock requires additional configuration for non NixOS and non-sway environments. Shouldn't such things be left to NixOS and the system?
@rcerc
- system: `"x86_64-linux"` - host os: `Linux 6.6.60, NixOS, 24.11 (Vicuna), 24.11.20241113.24f0d4a` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.24.10` - nixpkgs: `/nix/store/c05d1sqfhkl93p3j5ykic68mgg1gsrvb-source`
The text was updated successfully, but these errors were encountered:
package = null
Thanks for reporting! I have filed #6095 to change this. In the meantime, you could set
package = pkgs.runCommandLocal "dummy" { } "mkdir $out";
Sorry, something went wrong.
Thank you!
rycee
sumnerevans
berbiche
Successfully merging a pull request may close this issue.
Are you following the right branch?
Is there an existing issue for this?
Issue description
swaylock requires additional configuration for non NixOS and non-sway environments.
Shouldn't such things be left to NixOS and the system?
Maintainer CC
@rcerc
System information
The text was updated successfully, but these errors were encountered: