lolbinarycat
lolbinarycat
- [x] I have read the entire README https://github.com/nix-community/aarch64-build-box - [x] I completely understood the README https://github.com/nix-community/aarch64-build-box - [x] I know when I can't trust the builder, as explained in...
instead of `import nixpkgs { inherit system; };`, which relies on coercing nixpkgs into a string via the outPath attribute the flake system adds, then directly calling `default.nix` (possibly bypassing...
to replicate: `nix bundle --bundler bundlers#toDEB nixpkgs#hunspellDicts.tok` this creates a broken symlink in `bin/` and also doesn't include the actual data files.
**Describe the bug** it is not possible to upgrade a package using the same flake reference you installed it with. this conflicts with the behavior of every other package manager,...
**Is your feature request related to a problem? Please describe.** upgrading a single package that was installed as the default package from a flake is cumbersome, only being possible by...
Often I'll see a cart I want to try out on the site, but it doesn't run well in the browser (understandable, my computers not great, and that's basically 2...
trying to package the newest version for nixpkgs, and i'm running into a lot of build failures, i think this *might* be the root cause.
specifically, `parse_number` calls `os_terminate` if it fails, which is really annoying if you are running on actual hardware. short of rewriting everything to propogate errors, couldn't you just jump somewhere...
**Describe the enhancement** there is no explination for what data Client keeps track of or what it does exactly. namely, the only hint that connect() must be called before relays...
### Problem the Debug trait only shows the root node of a tree, which is frequently unhelpful. ### Expected behavior when printing `Tree` or `Node` with `{:#?}`, the implementation of...