got pipewire 'out' node
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -19,10 +19,18 @@
|
||||
hash = "sha256-xbg3tPYfRNGJo+9F/58w2bDeZqV33Z871+ClSg4ACPk=";
|
||||
};
|
||||
});
|
||||
sbcl' = pkgs.sbcl.withPackages (ps: [ ps.alexandria dbus' ]);
|
||||
sbcl' = pkgs.sbcl.withPackages (ps: [ ps.alexandria
|
||||
dbus'
|
||||
ps.cl-cffi-gtk
|
||||
ps.sdl2
|
||||
ps.cl-opengl
|
||||
]);
|
||||
in
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
SDL_VIDEODRIVER="wayland";
|
||||
WAYLAND_DISPLAY="wayland-1";
|
||||
EGL_PLATFORM="wayland";
|
||||
buildInputs = [
|
||||
sbcl'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user