feat: add provided sessions (#349)
This commit is contained in:
parent
19f76f3dcd
commit
aa65c3a9e3
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
src = pkgs.lib.cleanSource ./.;
|
src = pkgs.lib.cleanSource ./.;
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.cmake ];
|
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.cmake ];
|
||||||
buildInputs = old.buildInputs ++ [ pkgs.scenefx ];
|
buildInputs = old.buildInputs ++ [ pkgs.scenefx ];
|
||||||
|
providedSessions = [ pkgs.swayfx-unwrapped.meta.mainProgram ];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue