@@ -0,0 +1,13 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
libxkbcommon
# keep this line if you use bash
bashInteractive
];
nativeBuildInputs = with pkgs; [
pkg-config
}
The note is not visible to the blocked user.