layershell: fix protocol error on popup attachment

This commit is contained in:
outfoxxed 2024-03-10 03:02:40 -07:00
parent 5f9bb9b46c
commit 7a15495e3f
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 16 additions and 2 deletions

View file

@ -26,7 +26,7 @@
}: stdenv.mkDerivation {
pname = "quickshell${lib.optionalString debug "-debug"}";
version = "0.1.0";
src = nix-gitignore.gitignoreSource [] ./.;
src = nix-gitignore.gitignoreSource "/docs\n/examples\n" ./.;
nativeBuildInputs = with pkgs; [
cmake