nixie icon indicating copy to clipboard operation
nixie copied to clipboard

Put Nix in everything!

Results 10 nixie issues
Sort by recently updated
recently updated
newest added

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

type: question
need info
platform: aarch64-darwin

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 -...

help wanted
platform: x86_64-darwin
platform: aarch64-darwin

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...

type: enhancement

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 ```

type: bug
good first issue
platform: x86_64-linux

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`...

type: enhancement
good first issue

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...

type: enhancement
help wanted

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...

type: enhancement