DavHau
DavHau
I never tried using sudo. Maybe have a look at the bwrap cmdline flags. If you can find out what we need to change, we can add it to nix-portable.
Hm, guess once I find some time I should do a home-manager nix-portable guide
Thanks for that. What do you think about @Thesola10's Nixie, which also makes efforts towards integrating a portable nix with projects a bit better than nix-portable currently does. See here:...
related discourse post: https://discourse.nixos.org/t/i-made-some-utilities-and-an-easy-installer-for-the-project-nix-portable/26128
I think this should be solved as projects are not auto discovered anymore. But to be sure we should probably just try to run this project against the latest dream2nix
I just pushed 5c227d036c3ecdf428e27310d2e64fc50747fdd2 which introduces a new option `workspacesInheritParentDeps`. I needed this for https://github.com/nix-community/ethereum.nix/pull/222 and it seemed like the most straight forward solution.
@yusdacra In case you have any thoughts on this, please let me know
@hsjobeki I wonder why the we even produce node_modules that contain broken shebangs. Usually patchShebang is executed automatically in the fixup phase of each individual derivation, so there shouldn't be...
> Oh, I suppose since the tree is built fully with python Oh yeah, I forgot about the node-modules-tree.nix > If you could move this fix to node-modules-tree.nix and check...
Thanks for this! What is pinned through `install_url` is not the nixpkgs version but the nix version. Since you upgraded the action anyways, the pin is probably not required anymore.