nix-portable
nix-portable copied to clipboard
Nix - Static, Permissionless, Installation-free, Pre-configured
I am trying to run nix-portable on our CentOS HPC cluster (`CentOS Linux release 7.6.1810 (Core)`, `Linux login01 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64...
I have been struggling to update the bundled nixpkgs, as it is quite old these days. I can see that using nix-channel is not supported: https://github.com/DavHau/nix-portable/blob/55feedfc61a959bafc6c944e46e3e452cffb1999/README.md?plain=1#L40-L42 Well... I just found...
```console $ nix-portable nix-shell --gc`, an error finding garbage collector roots... 0 store paths deleted, 0.00 MiB freed reading symlink: Operation not permitted error: --- SysError -------------- nix-store reading symlink:...
direnv has this cool feature to download scripts to extend direnv functionality. I use this method here in nix-direnv: https://github.com/nix-community/nix-direnv#direnv-source_url Would you be interested in having similar functionality for `nix-portable`?...
I'm running nix-portable with `NP_LOCATION=/scratch/danio` and these files in my `PATH`: ``` wxrwxrwx 1 danio eall_s 12 Aug 19 16:28 nix -> nix-portable lrwxrwxrwx 1 danio eall_s 12 Aug 19...
Hello, first thanks for your extraordinary contributions to nix ! In https://github.com/matthewbauer/nix-bundle/pull/69 you wrote > > > We could just pull a static proot binary from proot's gitlab like I...
I see the packages in nix-portable are out-of-date. What should I do to update? Thank you.
nix-portable-010 RHEL 7.9 Linux 3.10.0-1160.53.1.el7.x86_64 The first time I tried to run nix-portable, I got: ``` $ nix-portable nix-shell -p zsh ... tar: /etc/group: bad record tar: /etc/group: bad record...
I'm using nix-portable to configure stuff related to my dotfiles, including setting up a shell and terminal multiplexer. Currently this means I can't run sudo commands when I'm using said...