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

Move url-name utility to libexpr/flake

github.com/NixOS/nix - 26d7b0c793b389b71218fc38e613d3f75ad72299 authored about 1 year ago
libutil/url-parts.hh: Fix regex

Regex syntax is awful.

github.com/NixOS/nix - 4f47152209a81a2bef421467ca4bec00023eec04 authored about 1 year ago
nix search: Disallow empty regex

Fixes #4739
Fixes #3553 in spirit IMO

github.com/NixOS/nix - 397cf4e2859d5723f1e36aeb4b26ecae673515a8 authored about 1 year ago
libutil/url-parts.hh: comment

github.com/NixOS/nix - 8c4ea12f11511519726737cc39bc5b4e089b9f33 authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 4f21ad66cfe97efbb871c76e0eec3610530a05fc authored about 1 year ago
nix shell: reflect command line order in PATH order

Prior to this change, Nix would prepend every installable to the PATH
list in order to ensure th...

github.com/NixOS/nix - f4454aac9f002c33b84bb52e0bba2a46ea6170cd authored about 1 year ago
libcmd: Installable::toStorePaths -> Installable::toStorePathSet

github.com/NixOS/nix - 5ed1884875cc6a6e9330b6c5a2f24c35e685f5a0 authored about 1 year ago
tests: add a test for command line ordering

github.com/NixOS/nix - 1fb43d1eee6f398686523c0bb80adb987c584c61 authored about 1 year ago
Merge pull request #8678 from iFreilicht/profile-names-instead-of-index

`nix profile`: Allow referring to elements by human-readable name

github.com/NixOS/nix - 17c202b3eac3d4b0b91b489de1342982ec710fab authored about 1 year ago
Fix release notes

github.com/NixOS/nix - 942d635102810a310c747cee66d9e9f343e6b4c3 authored about 1 year ago
Fix indent

github.com/NixOS/nix - d77a39a314871b9c9a0a4d09b153c40ea9c8aaca authored about 1 year ago
Merge remote-tracking branch 'origin/master' into profile-names-instead-of-index

github.com/NixOS/nix - 9d9d9ff0dece2a525b493c32fa3231558b9f37a6 authored about 1 year ago
maintainers: Mention the monthly “Assigned” column review

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 ago
Automated team sync results.

github.com/NixOS/rfc39-record - 19223fe1c545ab7815b4b695c5d720eb37bf5971 authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 57d0efbe74fee87c425e597822eb585fa423374b authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - c90e0d8cb478a51b05bad82cd92b3e604b7d6038 authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 3d5edf9be5e748e19db5e2c1cae31845187784b1 authored about 1 year ago
Merge pull request #9645 from tweag/undeprecate-isNull

Undeprecate isNull

github.com/NixOS/nix - 8e64cd59b0fe1a4e1d3ba8d359ea0f9af2936f94 authored about 1 year ago
Undeprecate isNull

There's no good reason to deprecate it:
- For consistency reasons it should continue to exist, s...

github.com/NixOS/nix - ea454d8687b96376b221d7bdb1085968867c2496 authored about 1 year ago
Merge pull request #9631 from cole-h/fixup-check-warnings

Fix warnings when running checks

github.com/NixOS/nix - 75e10e42f3c63fd9b9c8cf222b992ab77e497854 authored about 1 year ago
Merge pull request #9635 from 9999years/document-makefile-variables

Document more `Makefile` variables

github.com/NixOS/nix - 16a77767cdf90cbd53ff451c93fde8e5d89bdb1f authored about 1 year ago
Merge pull request #9646 from obsidiansystems/fix-cross-build

Move down fallback targets in `Makefile`

github.com/NixOS/nix - e3cdad4cf8ac4b58e48c9a3997ff6b2e99ae2031 authored about 1 year ago
Move down fallback targets in `Makefile`

This ensures `lib.mk` still defines `default` as the first target. This
fixes some builds.

github.com/NixOS/nix - 26d60b837ca84856ceef18627b2354d26f002eb1 authored about 1 year ago
use std::tie() for macro-generated operators

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 ago
compare string values with strcmp

string_view()ification calls strlen() first, which we don't need here.

github.com/NixOS/nix - 74c134914c747b1df6385cab5d2298f66a87b61f authored about 1 year ago
encode black holes as tApp values

checking for isBlackhole in the forceValue hot path is rather more
expensive than necessary, and...

github.com/NixOS/nix - 78353deb028fcc700776db9d92dcae45d68fb85f authored about 1 year ago
memset less in addToStoreFromDump

resizing a std::string clears the newly added bytes, which is not
necessary here and comes with ...

github.com/NixOS/nix - 0218e4e6c386e4c432520506568420c3cc384e47 authored about 1 year ago
don't malloc/memset posix accessor buffer

it's relatively small and fits on the stack nicely, and we don't need it
initialized either.

github.com/NixOS/nix - f9aee2f2c41652b3b76d16a874fdded4e6d28d92 authored about 1 year ago
force-inline forceValue

forceValue is extremely hot. interestingly adding likeliness annotations
to the branches does no...

github.com/NixOS/nix - f9db4de0f3758e0f730a5d98348e7cc40082104a authored about 1 year ago
use singleton expr to generate black hole errors

this also reduces forceValue code size and removes the need for
hideInDiagnostics. coopting thun...

github.com/NixOS/nix - 2b0e95e7aabd075f95cbfb1607330b2284b01918 authored about 1 year ago
remove lazy-pos forceValue

almost all uses of this are interactive, except for deepSeq. deepSeq is
going to be expensive an...

github.com/NixOS/nix - 69ed4aee612e247f2d6ebbb44aba743c4282e00e authored about 1 year ago
use aligned flex tables

~2% speedup on parsing without eval, less (but still significant) on
system eval. having flex ge...

github.com/NixOS/nix - 2e0321912a9efa352160eb1e57e6b7b88e517d0d authored about 1 year ago
use custom location type in the parser

~1% parser speedup from not using TLS indirections, less on system eval.
this could have also go...

github.com/NixOS/nix - b78e77b34c14b0f127b22e252309527e84967dcc authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 69f12f93dd3c9b39e49e7b0a6a44a02b1f15a5b1 authored about 1 year ago
Merge pull request #9325 from NixOS/accessor-add-to-store

Content addressing and adding to store cleanup

github.com/NixOS/nix - 7cfd6c0efe9bcba3b6c3a9c105298f29b6273373 authored about 1 year ago
Merge pull request #9633 from cole-h/fix-sysconfdir

package: don't set sysconfdir in devShells

github.com/NixOS/nix - 83a32969ad456bee8bc2394ae1aab8df1ec46a9e authored about 1 year ago
Merge pull request #9637 from 9999years/fix-logging-test-on-macos

Fix `logging.sh` test on macOS

github.com/NixOS/nix - 94a03a810e948f65776c3386d9a5234db551dc9e authored about 1 year ago
Merge pull request #9638 from NixOS/dependabot/github_actions/zeebe-io/backport-action-2.3.0

build(deps): bump zeebe-io/backport-action from 2.2.0 to 2.3.0

github.com/NixOS/nix - b077d545ad3c951f3109df297261ea980d52fcdd authored about 1 year ago
Merge pull request #9639 from awakesecurity/mz/darwin-UID-override

installer: allow overriding of NIX_FIRST_BUILD_ID on darwin

github.com/NixOS/nix - e85fd92816571ea00abafa3929298d0e091bcb9b authored about 1 year ago
Merge pull request #9641 from amarshall/darwin-sandbox-stderr

Allow access to /dev/stderr in Darwin sandbox

github.com/NixOS/nix - c6d7013583c568590aff285fb7414d1675a745f4 authored about 1 year ago
Allow access to /dev/stderr in Darwin sandbox

We allow /dev/stdout, so why not this? Since it is process-local,
anyway, should not be possible...

github.com/NixOS/nix - 7526b7ded6d5884cefcd4c71e0a33962d883ae78 authored about 1 year ago
installer: allow overriding of NIX_FIRST_BUILD_ID on darwin

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 ago
build(deps): bump zeebe-io/backport-action from 2.2.0 to 2.3.0

Bumps [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
Fix `logging.sh` test on macOS

On macOS in the `nix develop` shell, `make
tests/functional/logging.sh.test` errors:

++(log...

github.com/NixOS/nix - 0cee56db1ace13a1f4b856c800950b2fb04df993 authored about 1 year ago
Document more `Makefile` variables

github.com/NixOS/nix - 6f4930382bb61f0a9b2a9e5b0080977a4dd03866 authored about 1 year ago
package: don't set sysconfdir in devShells

github.com/NixOS/nix - ba0087316acc2aba999cabe5e1a159da636b2569 authored about 1 year ago
Use `nix daemon` in the test suite

As part of the CLI stabilization effort, the last remaining checkbox (at
the moment) for `nix da...

github.com/NixOS/nix - 1f7b62f123fde15b89746b6b1f73c40a8e927499 authored about 1 year ago
Fix warnings when running checks

`nix flake check` had these warnings:

trace: warning: Module argument `nodes.client.config`...

github.com/NixOS/nix - 123ef6a9967d5ca8ed4052d84128ff0e98950532 authored about 1 year ago
Merge pull request #9611 from obsidiansystems/fix-cross-configure

Split `--disable-tests`, fix cross builds

github.com/NixOS/nix - 5d5b25f2e360dfe839c89d010464c8dada0df9eb authored about 1 year ago
Split `--disable-tests`, fix cross builds

It might seem obnoxious to have yet more configure flags, but I found
controlling both the unit ...

github.com/NixOS/nix - 7feabf7d44c960563350a246358d4e36bd598d60 authored about 1 year ago
docs: add link to project board to PRs (#9630)

* 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
Remove now-redundant text-hashing store methods

`addTextToStore` and `computeStorePathFromDump` are now redundant.

Co-authored-by: Robert Hensi...

github.com/NixOS/nix - ed26b186fbed9e5f8df2453a5b1aec0c18b11401 authored about 1 year ago
Organize content addressing, use `SourceAccessor` with `Store::addToStore`

Co-authored-by: Robert Hensing <[email protected]>

github.com/NixOS/nix - dfc876531f269950a4e183a4f77a813c421d7d64 authored about 1 year ago
CODEOWNERS: unsubscribe fricklerhandwerk (#9614)

github.com/NixOS/nix - d19a6675286a38edf8970459cbf454322f8151cb authored about 1 year ago
Merge pull request #9628 from fricklerhandwerk/add-links

add cross-reference

github.com/NixOS/nix - ebfbc5a6a577bb91c61737b3520517a02d6d5e60 authored about 1 year ago
Merge pull request #9619 from 9999years/remove-blank-lines-in-errors

Remove some blank lines from stack traces

github.com/NixOS/nix - cea83544362bd6426e9bc0b7dd0d611c19b0e3fd authored about 1 year ago
add cross-reference

github.com/NixOS/nix - 4f9580085441a4255ce746a4cc498b45cc25a899 authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 7bb440d0a16d53f44536484ea623ca09debe3a02 authored about 1 year ago
use params.isFetchGit instead to check if it came from fetchGit

github.com/NixOS/nix - a47fabff0dbcd63e2645db7336dde5865a1995c4 authored about 1 year ago
Make fetchTree locked input error message clearer

github.com/NixOS/nix - 06bed2eacdeaa3b92d6e35c5d2133c31baa9e56f authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 6715aaf702e76046a69d05028cb28571f0980b94 authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - f4e41c012abf80615d12d3bbcd2491fc73af69be authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 7d3dd4ce83cc14a3e2044abf66e9d5192a130093 authored about 1 year ago
fix: valid branch name

github.com/NixOS/nix - c05d4fadd5f0943de0a00b17c85626d73152da66 authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 05222e81a59800cde9ffc63c2a1fafb34265393e authored about 1 year ago
Document `Makefile` variables in `hacking.md` (#9620)

github.com/NixOS/nix - 7f5ed330e40d0aa2a2f907b2d4157329ff953cd2 authored about 1 year ago
Remove some blank lines from stack traces

This keeps hint messages, source location information, and source code
snippets grouped together...

github.com/NixOS/nix - 5cb98095ba2c3de83d32c1729da7b9f6cfb1aeff authored about 1 year ago
Merge pull request #9613 from jlesquembre/jl/clang-stdenv

Fix clang devshell

github.com/NixOS/nix - 419a64f9e04a0e1ff63e12b9581bb4c01b41e822 authored about 1 year ago
Move clang dev deps to the nix devshell override

github.com/NixOS/nix - 66d37b73383e40f0362b82a0e29c60d2913d689a authored about 1 year ago
Merge pull request #708 from NixOS/dependabot/github_actions/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4

github.com/NixOS/nix.dev - bc5233a0134409852216987ccf1c59ba2e37f190 authored about 1 year ago
chore(deps): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

github.com/NixOS/nix.dev - 7d07e2265a28bdedd4ad89a94f1e18a4db6438aa authored about 1 year ago
Merge pull request #4093 from matthewbauer/eval-system

Add eval-system option

github.com/NixOS/nix - 071dbbee33af9f27338c3e53e4ea067dbfa14010 authored about 1 year ago
Add release not for `eval-system`

github.com/NixOS/nix - 228e995cde0f059e4edebdfc8f46d3389d2dc135 authored about 1 year ago
Functional Test for `builtins.storeDir` and `builtins.currentSystem`

These were under-tested. This tests the status quo and especially
previous commit of this PR bet...

github.com/NixOS/nix - 70f50cbb2aa35f1ad1e38c9c73a5f8267baac17d authored about 1 year ago
Add eval-system option

`eval-system` option overrides just the value of `builtins.currentSystem`.
This is more useful t...

github.com/NixOS/nix - bcbdb09ccf7ca007d3c2046177356fbfe7b72304 authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - 3506d859c6e1cf840c94c154d0279396b9128d9a authored about 1 year ago
Fix clang devshell

Issue introduced in https://github.com/NixOS/nix/pull/9535

github.com/NixOS/nix - 8d39c0c19638eb0cd07c1d0af89320e33f9c02d4 authored about 1 year ago
Merge pull request #9567 from obsidiansystems/fix-sys-xattr-h

Fix `sys/xattr.h` check

github.com/NixOS/nix - fc0accf3dccabd4c9a9ac36e050f9300e6cde073 authored about 1 year ago
Fix `sys/xattr.h` check

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 ago
Merge pull request #9608 from NixOS/default-lowdown

Remove custom lowdown

github.com/NixOS/nix - 790cf13c268c7197c276cc02efda4cfe64a3a688 authored about 1 year ago
Automated team sync results.

github.com/NixOS/rfc39-record - de12754cfb9299e4a6be289e2caa5dde3e2244be authored about 1 year ago
Merge pull request #9607 from 9999years/macos-boost

Use `--with-boost` on macOS to fix local builds

github.com/NixOS/nix - e8ebcfd6654ab468e8df2f26de58e1e21fec584b authored about 1 year ago
Use `--with-boost` on macOS

`configureFlags` only included `--with-boost` on Linux, which makes
local builds as outlined in ...

github.com/NixOS/nix - 6ed803737c587a0cc9026093c941c1d1172fa5dc authored about 1 year ago
worker protocol: serialise cgroup stats in `BuildResult` (#9598)

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
Remove custom lowdown

This was last upgraded in 788008385ef5bf7edb799977525d6f73f02c76bc, but
the version in Nixpkgs i...

github.com/NixOS/nix - 7b29b44d8e62f686aa9fbfafe53be959cdba03cb authored about 1 year ago
Merge pull request #9535 from tfc/package-nix

Simplify flake.nix by creating generic callPackage-able package.nix

github.com/NixOS/nix - e6515bd47bc92e7dc090d0929f4bc71ee2bb50f9 authored about 1 year ago
package.nix: Avoid `${..}` for conditional strings

Using `+` is Nixpkgs standard ideom for this, and helps avoid needless
rebuilds somewhat.

github.com/NixOS/nix - 2d24875fe4aa7f31d15acfc29b9aa5c45109f99d authored about 1 year ago
Merge pull request #9604 from obsidiansystems/test-substitute-on-destination

Test `nix copy --substitute-on-destination`

github.com/NixOS/nix - ed93e51f4b0a8149521e3cf5b4f3ff4eabf5b060 authored about 1 year ago
Delete stray `install_name_tool` call

github.com/NixOS/nix - 28f2f3136d19ef7de4c6acd9678aef72e80d4fb8 authored about 1 year ago
flake.nix: Delete uneeded `attrs0` binding

github.com/NixOS/nix - bf5804d46a0d0aa5eb40107b6eaeec4e95bbd4a2 authored about 1 year ago
Move `lowdown.nix` to `misc/`

github.com/NixOS/nix - f10f0f1b50228e09ad587a7c550df586061e4514 authored about 1 year ago
Restore comment

github.com/NixOS/nix - 19573f1b05b7d3ccfd07c9c351396494d488ab2d authored about 1 year ago
Merge remote-tracking branch 'upstream/master' into package-nix

github.com/NixOS/nix - d904f6483c0274e4d28ea0712fb43f6321026534 authored about 1 year ago
Test `nix copy --substitute-on-destination`

It works with both `ssh://` and `ssh-ng://` now since #9600 (and
`ssh-ng:// didn't work before t...

github.com/NixOS/nix - e76df8781417dad9ab4f0a6c3b28917e35f204bf authored about 1 year ago
Merge pull request #9547 from hercules-ci/allowed-scheme-without-slash

`allowed-uris`: match whole schemes without slashes

github.com/NixOS/nix - 1b7968ed8691e0cb15924304e9e083188ff0043c authored about 1 year ago
Merge pull request #9600 from SharzyL/fix_nix_copy

fix: nix copy ssh-ng:// not respecting --substitute-on-destination

github.com/NixOS/nix - b1c633c6bb2e2dbc8a2891edf0d0c6f9d31d890b authored about 1 year ago
Merge pull request #9602 from edolstra/unsafeGetAttrPos-test

Improve the unsafeGetAttrPos test

github.com/NixOS/nix - 9dbfd186b129ddee4a7a66958be9abdf6dd6a668 authored about 1 year ago
Remove address

github.com/NixOS/foundation - e9280d918b93ba97f9f1308ed2121519f7b7ee81 authored about 1 year ago
Improve the unsafeGetAttrPos test

We can use corepkgsFS->addFile() now to create a "real" position.

github.com/NixOS/nix - 19ec1c9fd4d4bf6e941b046b8549ba2a1a690937 authored about 1 year ago