nix-portable icon indicating copy to clipboard operation
nix-portable copied to clipboard

Nix - Static, Permissionless, Installation-free, Pre-configured

Results 74 nix-portable issues
Sort by recently updated
recently updated
newest added

I'm trying to use nix portable to bundle a script that invokes nix copy to copy the result of another derivation onto a remote system. The idea is to distribute...

fix #35 also: remove `packStaticBin` = `upx -9 -o $out/bin/${binName} ${binPath}` `upx` has no effect on static bins ``` $ man upx The UPX stub is a statically linked ELF...

`nix-portable` works on my nixos machine but fails on a debian-based shared server i have converted some nix expressions from `fetchFromGitHub` to `fetchurl` in [my nur-packages](https://github.com/milahu/nur-packages) to fix failing `unpackPhase`...

``` $ nix-shell -p hello error: "/data/data/com.termux/files/home/.nix-portable/busybox/bin/busybox" has unexpected e_type: 2 ``` "unexpected e_type 2" -> this is a statically linked executable ``` $ file -b /data/data/com.termux/files/home/.nix-portable/busybox/bin/busybox ELF executable, 64-bit...

I've been trying to use nix-copy-closure to copy the build products, and very strangely an error is complaining that the `ssh` file doesn't exist. After some debugging, I've determined that...

Fixes #149. If detects command needs ssh and a wrapped runtime is selected, installs and provides a suitable ssh binary. (Perhaps we can come up with a better convention for...

The readme file says: > If user namespaces are not available on a system, nix-portable will fall back to using proot as an alternative mechanism to virtualize /nix. But when...

`/run/screen` should be owned by `root:utmp` currently `/run/screen` is owned by `nobody:nogroup` which makes `screen` fail with > Directory '/run/screen' must have mode 777. good ```console $ screen -v Screen...

this breaks commands like `pgrep` or `killall` ``` $ ls -d /proc/[0-9]* | wc -l 30 $ pgrep rqbit 2655910 $ nix-shell [nix-shell:~]$ pgrep rqbit [nix-shell:~]$ killall rqbit rqbit: no...

This allows to ignore additional acls, such as `lustre.lov` which might be present on HPC clusters.