@@ -0,0 +1,7 @@
{
outputs = { self, nixpkgs, systems }: {
devShells = nixpkgs.lib.genAttrs (import systems) (system: {
default = nixpkgs.legacyPackages.${system}.beam.packages.erlang_26.callPackage ./shell.nix {};
});
};
}
The note is not visible to the blocked user.