@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
inputsFrom = [
(import ./frontend/shell.nix { inherit pkgs; })
(import ./backend/shell.nix { inherit pkgs; })
];
}
The note is not visible to the blocked user.