dream2nix
dream2nix copied to clipboard
Dream2Nix not creating bin (Electron)
I was working on an Electron project with a friend and was trying to get it set up on NixOS.
When I tried to build the project using dream2nix with nix build, a result file was created, but there was no bin file.
I considered that it might have something to do with how my project is organized, so I can link you to it if you need to see it (or you can find it on my GitHub).
In any case, please let me know of what I can do to fix it. Let me know if you have any questions.
After further investigation, I found that dream2nix was not putting any packages in the node_modules directory when I ran nix build. This is probably the reason why no binary is being created, but I still don't know how to get dream2nix to get my required node packages.