{ description = "Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one"; inputs.nixpkgs.url = "nixpkgs"; outputs = { self, nixpkgs }: { packages = nixpkgs.lib.mapAttrs (system: pkgs: { default = pkgs.callPackage ./default.nix { }; }) nixpkgs.legacyPackages; }; }