@@ -0,0 +1 @@
use nix
@@ -1 +1,2 @@
/target
/.direnv
@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
nativeBuildInputs = with pkgs; [
rustc
cargo
iconv
];
}
The note is not visible to the blocked user.