Robert Hensing
Robert Hensing
This seems to be slower as of yet. Main point was showing an implementation strategy for an optimization that applies also to other semigroups, like string concatenation and lists. I...
**Observations** The Nix manual allows `.html` extensions. https://nix.dev/manual/nix/2.23/language/derivations https://nix.dev/manual/nix/2.23/language/derivations.html This means that all pages are duplicated. Even more duplication exists between versions. **Problem** Duplicate pages are bad for search engine...
- Generalize the option a bit - May make a solution to possible #244 TODO: - [ ] tests - [ ] check docs
We have all the info we need in order to override inputs. I don't know if implementing that would be an ambition of this project, diverging more from flake-compat, but...
The cypress package can be updated, even using the provided update script, but no pr was made by r-ryantm in ~20 days. This *might* be a problem with `common-updater-scripts`, because...
# Motivation - question in https://github.com/NixOS/nix/issues/2421#issuecomment-2424879352 # Context - What did I miss? have: - nondeterminism - future proof - https://github.com/NixOS/nix/issues/1609 # Priorities and Process Add :+1: to [pull requests...
**Describe the bug** I wrote a new-cli shebang script for use in Nixpkgs, but it fails. `pkgs/development/haskell-modules/hotfixes/update.sh` ```bash #!/usr/bin/env nix #! nix shell ../../../..#cabal2nix ``` fails with ```console $ nix...
# Motivation Backport #11610 # Context Selective rebase of #11693, including - Backport of #11610 - Backport of https://github.com/NixOS/nix/pull/11246 - Closes https://github.com/NixOS/nix/pull/11643 # Priorities and Process Add :+1: to [pull...
# Motivation # Context - Backport of multple PRs - See #11686 - Closes https://github.com/NixOS/nix/pull/11644 # Priorities and Process Add :+1: to [pull requests you find important](https://github.com/NixOS/nix/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc). The Nix maintainer...
# Motivation # Context - Manual backport of #11610 - Trivial backport of #10482 (dependency for tests to pass) - As requested: https://github.com/NixOS/nix/issues/11004#issuecomment-2269656685 - Trivial backport of #11246 (dependency for...