nix-portable
nix-portable copied to clipboard
Nix - Static, Permissionless, Installation-free, Pre-configured
I can help moderate too if you want too
Here are some features that I think will be a good addition for this project 1. An export command that similar to [distrobox-export](https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-export.md). You should type `nix-portable nix-export --app firefox`...
```Console $ NP_DEBUG=2 ./nix-portable nix-shell -p hello … error: cannot connect to socket at '/nix/var/nix/daemon-socket/socket': No such file or directory (use '--show-trace' to show detailed location information) + echo 'Fatal...
```Console $ echo "$NP_LOCATION" /home/User/Files/Subdirectory With Spaces In Name/MoreFiles/Project ``` ```Console $ ./nix-portable nix-shell ./shell.nix ./nix-portable: line 42: test: /home/User/Files/Subdirectory /home/User/Files/Subdirectory With Spaces In Name/MoreFiles/Project/.nix-portable/busybox/bin/busybox: No such file or directory
Hi! I like this project very much but it has a heavy dependency on Bash, and GNU coreutils, I have made this: https://github.com/xplshn/Handyscripts/blob/master/pelf It packages ELFs + LDD visible libraries...
I would love if nix-portable could simply drop me into the sandbox (in my case bwrap) where the store and in turn `nix profile` are available, without going via a...
not sure if this way of using nix-portable properly or not. `./nix-portable nix bundle github:BirdeeHub/nixCats-nvim#nixCats` The static binary `neovim` is fianlly get built, but I can't not run it, saying...
I tried nix-portable on void, porteus, devuan, and endeavouros (arch) always getting the same error, example in void: ```./nix-portable nix run nixpkgs#htop error: setting up a private mount namespace: Operation...
When building emacs29-gtk3 with packages, I end up with few Operation not permitted on chmods. These are executed in the fixupPhase. I am on Alpine Linux. I've tried all nix,...