@@ -0,0 +1,10 @@
let
sources = import ./npins;
system = builtins.currentSystem;
pkgs = import sources.nixpkgs { inherit system; };
in
pkgs.mkShell {
packages = with pkgs; [
npins
];
}
The note is not visible to the blocked user.