@@ -0,0 +1,17 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.wayland
pkgs.libxkbcommon
pkgs.vulkan-loader
pkgs.fontconfig
];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
}
The note is not visible to the blocked user.