Alexander Bantyev
Alexander Bantyev
Running checks by default is annoying and makes iterative deployment a nuiscance. Disable checks by default, deprecate `--skip-checks` and add `--check` to enable checking.
I can run arbitrary AppImages on NixOS with `appimage-run` tool. But appimages generated by nix-bundle fail: ``` $ ./nix2appimage.sh emacs AppImage created at Emacs-x86_64.AppImage $ appimage-run ./Emacs-x86.64.AppImage unshare(): Operation not...
| input | old | new | diff | |-------|-----|-----|------| | nixpkgs | `ddf21160e3 (2021-02-28)` | `7d890267d1 (2021-09-29)` | [link](https://github.com/NixOS/nixpkgs/compare/ddf21160e30fbd75c344a8939cc6d518f88409a1...7d890267d1ec0b039c431287897d0b616f86ec45?expand=1) | Last updated: 2021-09-29 11:31:12.032785847 UTC
Ligo's website uses a `file:` dependency syntax in `package.json`. We need to handle that. It turned out to be pretty simple really.
This is a design discussion issue, so feel free to give as much feedback and criticism as you like. ## Preamble In ye olde days of `nix-shell`, it was possible...
On macOS and some versions of Linux, shells started in non-interactive mode don't execute their RC files, resulting in errors like zsh:1: command not found: nix-store This is annoying and...
There's already a warning in case you have forgotten to initialize submodules before running any Nix commands. However, that warning didn't trigger in some cases and wasn't colourful enough.
Companion for https://github.com/MinaProtocol/mina/pull/11838
Nix store paths are input-addressed, meaning the build result will only be reused from the existing cache if the inputs match exactly. The commit ID and date used to be...