Trying to use the flake to build the latest version of SWWW results in the error:
nix build .#swww:
error: getting status of '/nix/store/5c8n8dlsmln8k7y4ljv9sb5kgmi8gjw4-source/build.nix': No such file or directory
It appears that the nix package (build.nix) was just completely removed in #420, which renders the overlay and the package definition in the flake.nix file useless, and breaks the devShell (nix develop).
If it was intentional for the nix package to be removed from the repo, the flake should be updated to reflect that, possibly with an error message to notify end users that the package has been removed, and the Nix section in the readme should be removed as well.
Trying to use the flake to build the latest version of SWWW results in the error:
nix build .#swww:error: getting status of '/nix/store/5c8n8dlsmln8k7y4ljv9sb5kgmi8gjw4-source/build.nix': No such file or directoryIt appears that the nix package (
build.nix) was just completely removed in #420, which renders the overlay and the package definition in theflake.nixfile useless, and breaks the devShell (nix develop).If it was intentional for the nix package to be removed from the repo, the flake should be updated to reflect that, possibly with an error message to notify end users that the package has been removed, and the Nix section in the readme should be removed as well.