Closed s0racat closed 4 days ago
Thanks for reporting! I have filed #6095 to change this. In the meantime, you could set
package = pkgs.runCommandLocal "dummy" { } "mkdir $out";
Edit: Better alternative suggested below: pkgs.emptyDirectory
.
Thank you!
Instead of the pkgs.runCommandLocal …
alternative above you can simply use pkgs.emptyDirectory
. I think this is preferred in general over using a null.
@rycee, I did not know about that! #6095 should be closed then?
I understood. I will 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