layershell: fix protocol error on popup attachment
This commit is contained in:
parent
5f9bb9b46c
commit
7a15495e3f
4 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue