Johannes Kirschbauer
Johannes Kirschbauer
Thanks for your efforts. I appreciate it. If you could move this fix to node-modules-tree.nix and check if your use case still works. I think we can merge this and...
@DavHau this is an illustrative example, why we need build flags for "pre-post-/install scripts" The build fails because "@sveltejs/[email protected]" requires things such as ```js if (!fs.existsSync('package.json')) continue; if (!fs.existsSync('svelte.config.js')) continue;...
I‘ll have a look at it.
@cor this is my flake to build a svelte app. This is a little hacky but should get the job done. Until i find time to fix the linked issue....
@infinisil I think this PR is ready from my side. If you could give it a quick revise, if all issues are addressed. Just tested it against nixpkgs with some...
> When the pattern is used, it's proliferated over time, and I fear it will add friction below the threshold of pain. @fricklerhandwerk @infinisil. This fear is justified, and I...
> @hsjobeki There is Cargo.lock which is used to pin down specific version of deps, including their checksum. @NobodyXu, What about you build tools? Rustup, cargo, clang, etc. How deep...
Sorry if my first comment seemed a little „fanboyish“ I hope you will still take a serious look at my suggested solution.
@pvdrz nix is not just a package manager. If you read the description on their site. It says: > „ Reproducible builds and deployments. Nix is a tool that takes...
Have you heard of „nixos Integration tests“? It starts a qemu vm configured as you like. you can specify into every detail what services and how to configure/ users permissions...