Loyde Cochran-Bjerke

Results 2 comments of Loyde Cochran-Bjerke

@GuillaumeGen I am able to build the binary, but when I try to build the bundle I get this error. I just cloned your branch down and ran nix-shell then...

got it to work with nix by adding the following ``` asterius_dependencies_nix( nix_repository = "@nixpkgs", nixpkgs_package_rule = nixpkgs_package, nixpkgs_nodejs = "nodejs-16_x", ) ``` @GuillaumeGen thank you for the example!!