Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
The NixOS Foundation
Supporting the Nix ecosystem's infrastructure, and projects implementing the purely functional deployment model.
Collective -
Host: nixos_org -
https://opencollective.com/nixos
- Website: https://nixos.org/
- Code: https://github.com/NixOS
github.com/NixOS/nix - 26d7b0c793b389b71218fc38e613d3f75ad72299 authored about 1 year ago
Regex syntax is awful.
github.com/NixOS/nix - 4f47152209a81a2bef421467ca4bec00023eec04 authored about 1 year ago
Fixes #4739
Fixes #3553 in spirit IMO
github.com/NixOS/nix - 8c4ea12f11511519726737cc39bc5b4e089b9f33 authored about 1 year ago
github.com/NixOS/rfc39-record - 4f21ad66cfe97efbb871c76e0eec3610530a05fc authored about 1 year ago
Prior to this change, Nix would prepend every installable to the PATH
list in order to ensure th...
github.com/NixOS/nix - 5ed1884875cc6a6e9330b6c5a2f24c35e685f5a0 authored about 1 year ago
github.com/NixOS/nix - 1fb43d1eee6f398686523c0bb80adb987c584c61 authored about 1 year ago
`nix profile`: Allow referring to elements by human-readable name
github.com/NixOS/nix - 17c202b3eac3d4b0b91b489de1342982ec710fab authored about 1 year agogithub.com/NixOS/nix - 942d635102810a310c747cee66d9e9f343e6b4c3 authored about 1 year ago
github.com/NixOS/nix - d77a39a314871b9c9a0a4d09b153c40ea9c8aaca authored about 1 year ago
github.com/NixOS/nix - 9d9d9ff0dece2a525b493c32fa3231558b9f37a6 authored about 1 year ago
As decided during [the last team meeting](https://discourse.nixos.org/t/2023-12-18-nix-team-meet...
github.com/NixOS/nix - e94a96893f074a949ba263d66d47e665040fed41 authored about 1 year agogithub.com/NixOS/rfc39-record - 19223fe1c545ab7815b4b695c5d720eb37bf5971 authored about 1 year ago
github.com/NixOS/rfc39-record - 57d0efbe74fee87c425e597822eb585fa423374b authored about 1 year ago
github.com/NixOS/rfc39-record - c90e0d8cb478a51b05bad82cd92b3e604b7d6038 authored about 1 year ago
github.com/NixOS/rfc39-record - 3d5edf9be5e748e19db5e2c1cae31845187784b1 authored about 1 year ago
Undeprecate isNull
github.com/NixOS/nix - 8e64cd59b0fe1a4e1d3ba8d359ea0f9af2936f94 authored about 1 year ago
There's no good reason to deprecate it:
- For consistency reasons it should continue to exist, s...
Fix warnings when running checks
github.com/NixOS/nix - 75e10e42f3c63fd9b9c8cf222b992ab77e497854 authored about 1 year agoDocument more `Makefile` variables
github.com/NixOS/nix - 16a77767cdf90cbd53ff451c93fde8e5d89bdb1f authored about 1 year agoMove down fallback targets in `Makefile`
github.com/NixOS/nix - e3cdad4cf8ac4b58e48c9a3997ff6b2e99ae2031 authored about 1 year ago
This ensures `lib.mk` still defines `default` as the first target. This
fixes some builds.
as written the comparisons generate copies, even though it looks as
though they shouldn't.
befo...
github.com/NixOS/nix - cc4038d54177c944340607c7d141680e66ff92a7 authored about 1 year agostring_view()ification calls strlen() first, which we don't need here.
github.com/NixOS/nix - 74c134914c747b1df6385cab5d2298f66a87b61f authored about 1 year ago
checking for isBlackhole in the forceValue hot path is rather more
expensive than necessary, and...
resizing a std::string clears the newly added bytes, which is not
necessary here and comes with ...
it's relatively small and fits on the stack nicely, and we don't need it
initialized either.
forceValue is extremely hot. interestingly adding likeliness annotations
to the branches does no...
this also reduces forceValue code size and removes the need for
hideInDiagnostics. coopting thun...
almost all uses of this are interactive, except for deepSeq. deepSeq is
going to be expensive an...
~2% speedup on parsing without eval, less (but still significant) on
system eval. having flex ge...
~1% parser speedup from not using TLS indirections, less on system eval.
this could have also go...
github.com/NixOS/rfc39-record - 69f12f93dd3c9b39e49e7b0a6a44a02b1f15a5b1 authored about 1 year ago
Content addressing and adding to store cleanup
github.com/NixOS/nix - 7cfd6c0efe9bcba3b6c3a9c105298f29b6273373 authored about 1 year agopackage: don't set sysconfdir in devShells
github.com/NixOS/nix - 83a32969ad456bee8bc2394ae1aab8df1ec46a9e authored about 1 year agoFix `logging.sh` test on macOS
github.com/NixOS/nix - 94a03a810e948f65776c3386d9a5234db551dc9e authored about 1 year agobuild(deps): bump zeebe-io/backport-action from 2.2.0 to 2.3.0
github.com/NixOS/nix - b077d545ad3c951f3109df297261ea980d52fcdd authored about 1 year agoinstaller: allow overriding of NIX_FIRST_BUILD_ID on darwin
github.com/NixOS/nix - e85fd92816571ea00abafa3929298d0e091bcb9b authored about 1 year agoAllow access to /dev/stderr in Darwin sandbox
github.com/NixOS/nix - c6d7013583c568590aff285fb7414d1675a745f4 authored about 1 year ago
We allow /dev/stdout, so why not this? Since it is process-local,
anyway, should not be possible...
because there are often already users in the 300 range and it's painful
to work around.
revives...
github.com/NixOS/nix - fa4bbe53e837a138c382468601cd769736f7d1dc authored about 1 year agoBumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 2.2.0 to 2.3....
github.com/NixOS/nix - 23fb19cb18709ed097274d427a1024ae08789ed3 authored about 1 year ago
On macOS in the `nix develop` shell, `make
tests/functional/logging.sh.test` errors:
++(log...
github.com/NixOS/nix - 0cee56db1ace13a1f4b856c800950b2fb04df993 authored about 1 year agogithub.com/NixOS/nix - 6f4930382bb61f0a9b2a9e5b0080977a4dd03866 authored about 1 year ago
github.com/NixOS/nix - ba0087316acc2aba999cabe5e1a159da636b2569 authored about 1 year ago
As part of the CLI stabilization effort, the last remaining checkbox (at
the moment) for `nix da...
`nix flake check` had these warnings:
trace: warning: Module argument `nodes.client.config`...
github.com/NixOS/nix - 123ef6a9967d5ca8ed4052d84128ff0e98950532 authored about 1 year agoSplit `--disable-tests`, fix cross builds
github.com/NixOS/nix - 5d5b25f2e360dfe839c89d010464c8dada0df9eb authored about 1 year ago
It might seem obnoxious to have yet more configure flags, but I found
controlling both the unit ...
* docs: add link to project board to PRs
* Update .github/PULL_REQUEST_TEMPLATE.md
Co-auth...
github.com/NixOS/nix - b1c559eabccc8890c74f4e520b89e800f6e7ef7e authored about 1 year ago`addTextToStore` and `computeStorePathFromDump` are now redundant.
Co-authored-by: Robert Hensi...
github.com/NixOS/nix - ed26b186fbed9e5f8df2453a5b1aec0c18b11401 authored about 1 year agoCo-authored-by: Robert Hensing <[email protected]>
github.com/NixOS/nix - dfc876531f269950a4e183a4f77a813c421d7d64 authored about 1 year agogithub.com/NixOS/nix - d19a6675286a38edf8970459cbf454322f8151cb authored about 1 year ago
add cross-reference
github.com/NixOS/nix - ebfbc5a6a577bb91c61737b3520517a02d6d5e60 authored about 1 year agoRemove some blank lines from stack traces
github.com/NixOS/nix - cea83544362bd6426e9bc0b7dd0d611c19b0e3fd authored about 1 year agogithub.com/NixOS/nix - 4f9580085441a4255ce746a4cc498b45cc25a899 authored about 1 year ago
github.com/NixOS/rfc39-record - 7bb440d0a16d53f44536484ea623ca09debe3a02 authored about 1 year ago
github.com/NixOS/nix - a47fabff0dbcd63e2645db7336dde5865a1995c4 authored about 1 year ago
github.com/NixOS/nix - 06bed2eacdeaa3b92d6e35c5d2133c31baa9e56f authored about 1 year ago
github.com/NixOS/rfc39-record - 6715aaf702e76046a69d05028cb28571f0980b94 authored about 1 year ago
github.com/NixOS/rfc39-record - f4e41c012abf80615d12d3bbcd2491fc73af69be authored about 1 year ago
github.com/NixOS/rfc39-record - 7d3dd4ce83cc14a3e2044abf66e9d5192a130093 authored about 1 year ago
github.com/NixOS/nix - c05d4fadd5f0943de0a00b17c85626d73152da66 authored about 1 year ago
github.com/NixOS/rfc39-record - 05222e81a59800cde9ffc63c2a1fafb34265393e authored about 1 year ago
github.com/NixOS/nix - 7f5ed330e40d0aa2a2f907b2d4157329ff953cd2 authored about 1 year ago
This keeps hint messages, source location information, and source code
snippets grouped together...
Fix clang devshell
github.com/NixOS/nix - 419a64f9e04a0e1ff63e12b9581bb4c01b41e822 authored about 1 year agogithub.com/NixOS/nix - 66d37b73383e40f0362b82a0e29c60d2913d689a authored about 1 year ago
chore(deps): bump actions/checkout from 3 to 4
github.com/NixOS/nix.dev - bc5233a0134409852216987ccf1c59ba2e37f190 authored about 1 year ago
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...
Add eval-system option
github.com/NixOS/nix - 071dbbee33af9f27338c3e53e4ea067dbfa14010 authored about 1 year agogithub.com/NixOS/nix - 228e995cde0f059e4edebdfc8f46d3389d2dc135 authored about 1 year ago
These were under-tested. This tests the status quo and especially
previous commit of this PR bet...
`eval-system` option overrides just the value of `builtins.currentSystem`.
This is more useful t...
github.com/NixOS/rfc39-record - 3506d859c6e1cf840c94c154d0279396b9128d9a authored about 1 year ago
Issue introduced in https://github.com/NixOS/nix/pull/9535
github.com/NixOS/nix - 8d39c0c19638eb0cd07c1d0af89320e33f9c02d4 authored about 1 year agoFix `sys/xattr.h` check
github.com/NixOS/nix - fc0accf3dccabd4c9a9ac36e050f9300e6cde073 authored about 1 year ago
I wrote the `configure.ac` wrong, and so we just got no builds
supporting ACLs.
Also, it needs ...
github.com/NixOS/nix - e13fc0bbdb1e1eefeb33ff4d18310958041b1ad5 authored about 1 year agoRemove custom lowdown
github.com/NixOS/nix - 790cf13c268c7197c276cc02efda4cfe64a3a688 authored about 1 year agogithub.com/NixOS/rfc39-record - de12754cfb9299e4a6be289e2caa5dde3e2244be authored about 1 year ago
Use `--with-boost` on macOS to fix local builds
github.com/NixOS/nix - e8ebcfd6654ab468e8df2f26de58e1e21fec584b authored about 1 year ago
`configureFlags` only included `--with-boost` on Linux, which makes
local builds as outlined in ...
By doing so, they get reported when building through the daemon via either `unix://` or `ssh-ng:...
github.com/NixOS/nix - 1e3d8118401d80da54fb64641e606042c3499e4d authored about 1 year ago
This was last upgraded in 788008385ef5bf7edb799977525d6f73f02c76bc, but
the version in Nixpkgs i...
Simplify flake.nix by creating generic callPackage-able package.nix
github.com/NixOS/nix - e6515bd47bc92e7dc090d0929f4bc71ee2bb50f9 authored about 1 year ago
Using `+` is Nixpkgs standard ideom for this, and helps avoid needless
rebuilds somewhat.
Test `nix copy --substitute-on-destination`
github.com/NixOS/nix - ed93e51f4b0a8149521e3cf5b4f3ff4eabf5b060 authored about 1 year agogithub.com/NixOS/nix - 28f2f3136d19ef7de4c6acd9678aef72e80d4fb8 authored about 1 year ago
github.com/NixOS/nix - bf5804d46a0d0aa5eb40107b6eaeec4e95bbd4a2 authored about 1 year ago
github.com/NixOS/nix - f10f0f1b50228e09ad587a7c550df586061e4514 authored about 1 year ago
github.com/NixOS/nix - 19573f1b05b7d3ccfd07c9c351396494d488ab2d authored about 1 year ago
github.com/NixOS/nix - d904f6483c0274e4d28ea0712fb43f6321026534 authored about 1 year ago
It works with both `ssh://` and `ssh-ng://` now since #9600 (and
`ssh-ng:// didn't work before t...
`allowed-uris`: match whole schemes without slashes
github.com/NixOS/nix - 1b7968ed8691e0cb15924304e9e083188ff0043c authored about 1 year agofix: nix copy ssh-ng:// not respecting --substitute-on-destination
github.com/NixOS/nix - b1c633c6bb2e2dbc8a2891edf0d0c6f9d31d890b authored about 1 year agoImprove the unsafeGetAttrPos test
github.com/NixOS/nix - 9dbfd186b129ddee4a7a66958be9abdf6dd6a668 authored about 1 year agogithub.com/NixOS/foundation - e9280d918b93ba97f9f1308ed2121519f7b7ee81 authored about 1 year ago
We can use corepkgsFS->addFile() now to create a "real" position.
github.com/NixOS/nix - 19ec1c9fd4d4bf6e941b046b8549ba2a1a690937 authored about 1 year ago