Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/NixOS/nix
Nix, the purely functional package manager
https://github.com/NixOS/nix
runPostBuildHook(): Be less chatty
28a988bdde7b20abff9000162015500c44a5812b authored about 1 year ago
Don't spam the user with "running post-build-hook" messages. It's up
to the post-build hook if i...
add clickable anchor links
4487ebca66836c009ee694be533a2c261560a7c5 authored about 1 year agoDon't hardcode the `-O2` compiler flag
57ebcadb2f00e69c7548e72cbd63986c4c39bb78 authored about 1 year ago
how the different invocations relate to each other seems be
confusing, which is relatable becaus...
autoconf authors apparently decided that setting `-O2` by default was a good idea. I disagree, a...
1fe7b016699c4e2a7435ba29d1ecc6830ae88946 authored about 1 year agoCleanup `fmt.hh`
47a1dbb4b8e7913cbb9b4d604728b912e76e4ca0 authored about 1 year ago953eb0cba2aad89753a39da6c98d409d1b88f88e authored about 1 year ago
c0e7f50c1a46693d06fab8a36526a4beaa702389 authored about 1 year ago
When I started contributing to Nix, I found the mix of definitions and
names in `fmt.hh` to be r...
Towards structured error classes
1ba9780cf5a99eb610775ab3c938141e65682196 authored about 1 year agomove JSON section into Formats and Protocols
6563a5829410fea82034740d73a34f8b73b465d3 authored about 1 year agoImprove error printing in `nix repl`
a8050d9b83052e4b5c52bf2d116381aedec3a93e authored about 1 year agomanual: fold sidebar sections
96686a2a2906272775dc03df8fbf5b71b918c5ad authored about 1 year agoSupport arbitrary stores in Perl bindings
f2f54cf087695f86f0f54e9e58f8c06582dbb901 authored about 1 year agoDon't print the first bracket in values in magenta in error messages
46a0625a40aef6946a35f92fdacf0e6b4a14414f authored about 1 year agofix debugger crashing while printing envs
9b8b4860913afdb7f9cb1e1e81f9a9dd192cd1c1 authored about 1 year agoExpose locals from `let` expressions to the debugger
acef4f17a2daab4ccdf656bdf229792db2f779e4 authored about 1 year agoEnter debugger more reliably in `let` expressions and function calls
c4ed92fa6f836d3d8eb354a48c37a2f9eeecc3aa authored about 1 year agoRename `yellowtxt` -> `magentatxt`
fb78a99e04206e7b1df84a362bb87d3300b41855 authored about 1 year agoReduce visual clutter in the debugger
f388a6148dae0fc999f1a67d0b96d76788f9b97f authored about 1 year agod24c8aa49141fc384deafee50da65a05553a124b authored about 1 year ago
e486b76eef135cdb1f112b9bb2ffcbf6a08f7c96 authored about 1 year ago
the table of contents is very long now, and folded sections allow
for a better overview.
Fix #9859
It's a breaking change but that's fine; we can just update Hydra to use
the new bindi...
fix location of `_redirects` file
09a6e8e7030170611a833612b9f40b9a10778c18 authored about 1 year ago9723f533d85133fa3c4d9421a58c7765cb61e733 authored about 1 year ago
474fc4078acbe062fcc31ce91c69c8f33bf00d5f authored about 1 year ago
the Netlify `_redirects` file must be in the root directory [0] of the
files to serve, and mdBoo...
657a6078121bf08525e9cd286c6f8887e983a22e authored about 1 year ago
155bc761f601346c8113cc760aaf26306136403c authored about 1 year ago
b63a8d7c46e7a59c3e133c94af24dfcf517fe50b authored about 1 year ago
601fc7d15978827a04a1bc44e92a8a42a512f50a authored about 1 year ago
CanonPath, SourcePath: Change operator + to /
a31f2cb0cd4a662d908e751bf64b9ce98e398605 authored about 1 year agoThis is less confusing and makes it more similar to std::filesystem::path.
a6737b7e179fba2681393335c69c97df9bd5a2b0 authored about 1 year agoCatch `Error`, not `BaseError` in `ValuePrinter`
c291d2d8dda38aa88b004e2ed05b28653c07e342 authored about 1 year agoabsPath: Explicitly check if path is empty before accessing it
6ec08b85f607852eb6f976c1392c4917d0a53787 authored about 1 year agoFix cycle detection in `nix repl`
e190c20c3394fd1a5cd9be1afc3f30ab32dcd36b authored about 1 year ago8d4890c3f83366a0d40ed7f9c3ee21dbd6a2ef67 authored about 1 year ago
8b873edcca2ff9f9f11efe3cba42a291dbdd124a authored about 1 year ago
721fddac2f1cb633823046d97f465c579540de43 authored about 1 year ago
print-dev-env: Avoid using unbound shellHook variable
25385a408ef7281d966c8732608833e224b32586 authored about 1 year agofixes #9932
5ccb06ee1b4c757ff4ca0aa6eac15d5656f7774c authored about 1 year ago
Some tools which consume the "nix print-dev-env" rc script (such as
"nix-direnv") are sensitive ...
Closes #8672
770d2bc779d39c041293011892e80f5fcb6b76df authored about 1 year ago
This fixes the opening bracket of lists/attrsets being printed in
magenta, unlike the closing br...
This makes output of values that include errors much cleaner.
Before:
```
nix-repl> { err = bui...
`BaseError` includes `Interrupt`. We probably don't want the value
printer to tell you you press...
`yellowtxt` wraps its value with `ANSI_WARNING`, but `ANSI_WARNING` has
been equal to `ANSI_MAGE...
It is entirely possible for the path to be an empty string and many
unit tests actually pass it ...
Print positions in `--debugger`, instead of pointers
49cf090cb2f51d6935756a6cf94d568cab063f81 authored about 1 year ago6414cd259e7f271e0e7141866cbc79da7f589c93 authored about 1 year ago
36dfac75601b246dc22a6a27ee793dd9ef0b8c0e authored about 1 year ago
0127d54d5e86db9039e6322d482d26e66af8bd8a authored about 1 year ago
7d7483cafce258edf405756c0dd42a34afe231b9 authored about 1 year ago
builtin:fetchurl: Ensure a fixed-output derivation
081dc5daa1e9047e693d496a5cdf77c0a4d717ba authored about 1 year agoe67458e5b821e0a3a6839f4637eb96ff873f64ed authored about 1 year ago
05535be03a1526061ea3a3ad25459c032e1f8f8c authored about 1 year ago
While preparing PRs like #9753, I've had to change error messages in
dozens of code paths. It wo...
87dc4bc7d139a7eccb257e71558314a0d99e8d6a authored about 1 year ago
We're on C++ 20 now, we don't need this
faaccecbc82d98288582bdc8ca96991796561371 authored about 1 year agoc62c21e29af20f1c14a59ab37d7a25dd0b70f69e authored about 1 year ago
b8b739e484078863c10c48d031fa8459081ba8b3 authored about 1 year ago
Previously we didn't check that the derivation was fixed-output, so
you could use builtin:fetchu...
Disable a slightly annoying clang-tidy check
ef6d055ace0c3ccc1955ddf2150024ff9d58f2bd authored about 1 year ago58c26dd0f0090bfd1460f138f9ba17eda8a8ab5b authored about 1 year ago
0f2e9e6bd2b62b15babe608fbd18eccfc0215d06 authored about 1 year ago
#912 allow leading period
4072a8fea073c33b729ba77e97b0c8cf9b40a628 authored about 1 year agoChange an `allowPath` call to take a store path again
7c9ed1b1a325fe64a186e9d454607eaa0a7e8951 authored about 1 year agoGen::just is the constant generator. Don't just return that!
69bbd5852af9b2f0b794162bd1debcdf64fc6648 authored about 1 year agoAs discussed in the maintainer meeting on 2024-01-29.
Mainly this is to avoid a situation where...
f1b4663805a9dbcb1ace64ec110092d17c9155e0 authored about 1 year agoGen::just is the constant generator. Don't just return that!
8406da28773f050e00a006e4812e3ecbf919a2a9 authored about 1 year agob13e6a76b4f289c6db69ffaa7bd35b7e44f2a391 authored about 1 year ago
This looks like a revert of #5844, but is not.
That one was needed because
https://github.com/N...
Resolve symlinks in a few more places
75ebb90a70f6320c1c7a1fca87a0a8adb0716143 authored about 1 year agobuild(deps): bump zeebe-io/backport-action from 2.4.0 to 2.4.1
d661a89398c5c037c6d342e543e00ed4bef68e81 authored about 1 year agoFixes #9882.
b36ff47e7c38de2eebe4934c27f5594babcebe1b authored about 1 year agoBump version
a7db7b6e445e9be8ba90b6fcda7772c9bfbcbc3a authored about 1 year agoBumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 2.4.0 to 2.4....
a3aae7beefb675ea8c27f07284995d4f06f9952c authored about 1 year ago2f3fb6c12e91907b91be88e69a5a430ee3d86642 authored about 1 year ago
Nix 2.20 release notes
9b8e0a7790f468689caffa703319438b31519f6e authored about 1 year ago652f334f879153b1357f92504999d9b0fb951a2b authored about 1 year ago
9465c8cca133a149c003e9ef4d7e97d513716155 authored about 1 year ago
6f86f87043971eb9414a6d63013a1e06af397f3a authored about 1 year ago
3089bce41b020fafd3e31034cf9f5dcf33a0b65c authored about 1 year ago
Otherwise it quietly generates an empty rl-<version>.md
007040080977f1a06786fd4cfa7b4b95b18c5713 authored about 1 year ago1ef6bbb16d61067bcfdd30f1c8910afe498cc164 authored about 1 year ago
Don't include store docs in every manpage
e9c8e859db99c3db9b83d60d65276a31c7ab6476 authored about 1 year agobaff34d728844870e62deea7847bbe1e97dfe157 authored about 1 year ago
f6719032cf7d867fe85da5916793d263670dbd8b authored about 1 year ago
44a0d044832050cc419d844e73b8e021b0643357 authored about 1 year ago
Refactor rename derivation type `isPure`
40254092dd7bc402642b3fb4a66d4c999b3b7b0f authored about 1 year agoThis reverts commit 24bda0c7b381e1a017023c6f7cb9661fae8560bd.
9ddd0f2af8fd95e1380027a70d0aa650ea2fd5e4 authored about 1 year ago6a99c18c304cd199950bf32d9b9cb07c0276f0b7 authored about 1 year ago
To quote the method doc:
Non-impure derivations can still behave impurely, to the degree permit...
49b25ea85c9695a0668f65bff5839aa3feccd263 authored about 1 year agoRefactor the parser somewhat
b83a2fb6dd58ac1648812a71c1eeda33672476d4 authored about 1 year ago365b831e6f290c733da6879dae871dada343a1eb authored about 1 year ago
Add missing `#include` for `rlim_t`
4a2444b3f32a2f5d42c4d65302793b987d1ac667 authored about 1 year ago
My local build in the shell was failing while CI was fine; not sure why
that is but having the i...
Color `diff` output in `tests/functional/lang` tests
1dc55c0f2f034bce6e3de4a5cda96d686b10a7f8 authored about 1 year ago