nixie
nixie copied to clipboard
Put Nix in everything!
this project seems to build static binaries for aarch64-darwin, can those binaries made discoverable to install as standalone binaries without requiring to preinstall nix on the system
cmon GitHub, give us Apple Silicon-native CI...
Pre-configuration is no longer necessary, as Brotli is no longer shipped with Automake scripts, instead using CMake. This however raises the question of including CMake as a mandatory dependency to...
This issue tracks all blockers for proper unprivileged support on macOS, which is a primary goal of the project. - [ ] nixie-dev/fakedir#2 - [x] nixie-dev/fakedir#3 - [x] nixos/nixpkgs#346043 -...
These are features that I intend to add to Nixie, but haven't gotten around to yet. Some of these features' description may not cover all the information needed to implement...
This PR adds environment checks to ensure that the Nix sandbox will work properly on Linux, before any obscure failures occur. This fixes #20 by warning users to Ubuntu's aggressive...
i had to run this to make it work ```sh sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0 ```
This would map the `nix-static` executable from Nixie into Nix commands in `$PATH`, when inside a `nix-shell` or `nix develop` shell. This allows for a seamless use of the `nix`...
While in a Nix shell, all commands are run within the sandbox/fakedir context, meaning links to the Nix store are all resolved. However, if the user were to call `nix...
Right now the `static-bins` output just crossed 100MB uncompressed, which means it now has the honor of slamming into cachix/cachix#619. _(**UPDATE**: they kindly pushed back the size limit https://github.com/cachix/cachix/issues/619#issuecomment-2697041912, but...