feat: add provided sessions (#349)

This commit is contained in:
eri 2024-09-06 02:06:38 +02:00 committed by GitHub
parent 19f76f3dcd
commit aa65c3a9e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@
src = pkgs.lib.cleanSource ./.;
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.cmake ];
buildInputs = old.buildInputs ++ [ pkgs.scenefx ];
providedSessions = [ pkgs.swayfx-unwrapped.meta.mainProgram ];
});
};