nix-portable
nix-portable copied to clipboard
Nix - Static, Permissionless, Installation-free, Pre-configured
Using nix-portable v011 ``` $ nix-portable nix run nixpkgs#htop error: setting up a private mount namespace: Operation not permitted ``` By the way, bwrap runs fine. ``` $ NP_RUNTIME=bwrap nix-portable...
I can't find any explanation for it
I am trying to make nix-portable work with https://github.com/divnix/nosys together. As in the README, my inputs include `inputs.systems.url = "path:./flake/systems.nix";` Calling `nix develop` with my local nix works. Using `nix-portable`...
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'defaultChannel': 'github:NixOS/nixpkgs/b211b392b8486ee79df6cdfb1157ad2133427a29?narHash=sha256-CLU5Tsg24Ke4%2B7sH8azHWXKd0CFd4mhLWfhYgUiDBpQ%3D' (2024-05-07) → 'github:NixOS/nixpkgs/b2852eb9365c6de48ffb0dc2c9562591f652242a?narHash=sha256-C8e9S7RzshSdHB7L%2Bv9I51af1gDM5unhJ2xO1ywxNH8%3D' (2024-06-27) ``` ### Running GitHub Actions on this PR GitHub...
The command: nix bundle --bundler github:DavHau/nix-portable -o bundle nixpkgs#hello Fails with error: `error: a 'x86_64-linux' with features {} is required to build '/nix/store/x5j43xja9lc1maixpzpisgg7aa5p5kzi-closure-info.drv', but I am a 'aarch64-linux' with features...
> /nix-portable nix shell nixpkgs#{bashInteractive,nix} -c bash ./nix-portable: line 23832: 2381563 Broken pipe unzip -poj "$self" nix/store/qhrc1z91sajn8m21nj9q7mr9s4341152-cacerts When I install nix portable and run it the 1st time I get...
When I don't have ca-certificates.crt, I get SSL errors ``` feynman@nesterov:~/code/nixosity/home-manager> nix-portable nix run github:nix-community/home-manager warning: error: unable to download 'https://api.github.com/repos/nix-community/home-manager/commits/HEAD': SSL connect error (35); retrying in 297 ms warning:...
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. Release notes Sourced from cachix/cachix-action's releases. cachix-action-v15 What's Changed Pass cachixArgs to the daemon by @sandydoo in cachix/cachix-action#177 Support path filtering when using the...
in some environments `LOCALE_ARCHIVE` can be unset and the default file can be "empty" ``` $ du -sh /usr/lib/locale/locale-archive 2.2M $ du -sh ~/.nix-portable/nix/store/xx5an8dhxd4a5qxgdsk3xqz5zmngj4y2-glibc-locales-2.39-5/lib/locale/locale-archive 220M ``` this happens when `/etc/locale.conf`...
If running nix-portable with `sandbox = false` and a derivation writes to `HOME` you will get an error like this: ``` error: home directory '/homeless-shelter' exists; please remove it to...