Julie B.
Julie B.
On a flakified system, the interactive shell CNF handler responds with something like ``` The program 'ff2png' is currently not installed. You can install it by typing: nix profile install...
Fixes last comment in #142, Also adds `contramap()` ~~to compensate for the loss of inheritance from `Function1`.~~ # Benchmarks ## pre-existing 0.9.0 stack-unsafe implementation (at 992770b8685ee0287df19b068a4d1f14818d27b7) ``` Benchmark (n) Mode...
###### Description of changes https://github.com/Chia-Network/chia-blockchain/releases/tag/1.6.0 ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - [ ]...
###### Motivation for this change Makes `nixConfigurations.default` more useful ###### Things done - Built on platform(s) - [x] NixOS - [ ] other Linux - [ ] `nix flake check`...
###### Motivation for this change Avoid more bugs ###### Things done `nix upgrade` is weird in that it doesn't seem to go back to the filesystem to actually check the...
Under LXC, because of the idmap, `/nix/store` and `/boot` show the wrong ownership. This confuses certain programs, not the least of which is sudo: ``` sudo: /nix/store/mz8b44165mw4m0jcq55hz9vxmpb8pn15-sudo-1.9.7/libexec/sudo/sudoers.so must be owned...
Both QEMU and LXC can be used without root privileges. It is also possible to build a miniguest configuration without root privileges. We want to add a mode where profiles...
These are useful for some applications. To make matters more difficult, on the LXC front, it's probably the hypervisor that needs to add an overlay.
That would be easier to navigate and decouple from `main`. GH pages should do the trick.
The flake checks should run qemu on an instrumented guest to check that it boots successfully. (respectively a container)