@@ -0,0 +1,7 @@
{
outputs = { self, nixpkgs }: {
devShells.x86_64-linux.default = let pkgs = nixpkgs.legacyPackages.x86_64-linux; in pkgs.mkShell {
packages = with pkgs; [ qmk clang clang-tools ];
};
}
The note is not visible to the blocked user.