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

fix debugger crashing while printing envs

fixes #9932

github.com/NixOS/nix - 5ccb06ee1b4c757ff4ca0aa6eac15d5656f7774c authored 11 months ago by pennae <[email protected]>
print-dev-env: Avoid using unbound shellHook variable

Some tools which consume the "nix print-dev-env" rc script (such as
"nix-direnv") are sensitive ...

github.com/NixOS/nix - e1131b59279f7cf9f9bea93b5355608d78097f65 authored 11 months ago by Rodney Lorrimar <[email protected]>
Key repeated values on attribute binding pointers, not value pointers

Closes #8672

github.com/NixOS/nix - 770d2bc779d39c041293011892e80f5fcb6b76df authored 11 months ago by Rebecca Turner <[email protected]>
Don't print values in magenta

This fixes the opening bracket of lists/attrsets being printed in
magenta, unlike the closing br...

github.com/NixOS/nix - 9646d62b0c3b1313565124a304ddc4057700ab13 authored 11 months ago by Rebecca Turner <[email protected]>
Print error messages but not traces

This makes output of values that include errors much cleaner.

Before:
```
nix-repl> { err = bui...

github.com/NixOS/nix - c5d525cd8430f31e38128acb3b483cbf17f2f977 authored 11 months ago by Rebecca Turner <[email protected]>
Catch `Error`, not `BaseError` in `ValuePrinter`

`BaseError` includes `Interrupt`. We probably don't want the value
printer to tell you you press...

github.com/NixOS/nix - a7927abdc165c0ed6c55565b333fd4fadcdf3417 authored 11 months ago by Rebecca Turner <[email protected]>
Rename `yellowtxt` -> `magentatxt`

`yellowtxt` wraps its value with `ANSI_WARNING`, but `ANSI_WARNING` has
been equal to `ANSI_MAGE...

github.com/NixOS/nix - a7939a6c2aad1bec454996d553148d2ba351586c authored 11 months ago by Rebecca Turner <[email protected]>
Daily update [ci skip]

github.com/NixOS/nixos-homepage - 2e125bdf00bee7561a8f625db1adccdbec211e2d authored 11 months ago by GitHub Actions <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - b176659be4b6e34d3932e7d10cb7615a7ef0a28c authored 11 months ago by rfc39 <rfc39@eris>
absPath: Explicitly check if path is empty before accessing it

It is entirely possible for the path to be an empty string and many
unit tests actually pass it ...

github.com/NixOS/nix - ec5cc1026db61d4c43c89ffdd8a71ed62cfb842d authored 11 months ago by Sören Tempel <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - b59bcf0a936cfbbbb66a89d86de7cd5ead843de7 authored 11 months ago by rfc39 <rfc39@eris>
Merge pull request #9913 from 9999years/debugger-positions

Print positions in `--debugger`, instead of pointers

github.com/NixOS/nix - 49cf090cb2f51d6935756a6cf94d568cab063f81 authored 11 months ago by Eelco Dolstra <[email protected]>
Reduce visual clutter in the debugger

github.com/NixOS/nix - 6414cd259e7f271e0e7141866cbc79da7f589c93 authored 11 months ago by Rebecca Turner <[email protected]>
Expose locals from `let` expressions to the debugger

github.com/NixOS/nix - 36dfac75601b246dc22a6a27ee793dd9ef0b8c0e authored 11 months ago by Rebecca Turner <[email protected]>
Enter debugger more reliably in let expressions and calls

github.com/NixOS/nix - 0127d54d5e86db9039e6322d482d26e66af8bd8a authored 11 months ago by Rebecca Turner <[email protected]>
Print positions in `--debugger`, instead of pointers

github.com/NixOS/nix - 7d7483cafce258edf405756c0dd42a34afe231b9 authored 11 months ago by Rebecca Turner <[email protected]>
add Ryan Hendrickson to the moderation team (#1215)

github.com/NixOS/nixos-homepage - 9c0c43c406fb13a2822b16677fc15eb90ee2c82c authored 11 months ago by Ryan Mulligan <[email protected]>
Merge pull request #9902 from NixOS/require-fixed-output-fetchurl

builtin:fetchurl: Ensure a fixed-output derivation

github.com/NixOS/nix - 081dc5daa1e9047e693d496a5cdf77c0a4d717ba authored 11 months ago by Eelco Dolstra <[email protected]>
Better test fix

github.com/NixOS/nix - e67458e5b821e0a3a6839f4637eb96ff873f64ed authored 11 months ago by Eelco Dolstra <[email protected]>
Fix test

github.com/NixOS/nix - 05535be03a1526061ea3a3ad25459c032e1f8f8c authored 11 months ago by Eelco Dolstra <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - f405238116041dd9373837fc6cd06a1e37e4b832 authored 11 months ago by rfc39 <rfc39@eris>
Automated team sync results.

github.com/NixOS/rfc39-record - f60d69cc4c9b698dd35da0dc402b65c15a8bca76 authored 11 months ago by rfc39 <rfc39@eris>
Merge pull request #851 from mexisme/microsoft/surface/kernel-6.6

Rewrite the microsoft/surface `linuxPackage` function to make it simpler to use

github.com/NixOS/nixos-hardware - 83e571bb291161682b9c3ccd48318f115143a550 authored 11 months ago by Jörg Thalheim <[email protected]>
Merge branch 'master' into microsoft/surface/kernel-6.6

github.com/NixOS/nixos-hardware - 76cea60f68c9b2dfa4ddabb5ee5a3c5ab6146683 authored 11 months ago by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
libexpr: Support structured error classes

While preparing PRs like #9753, I've had to change error messages in
dozens of code paths. It wo...

github.com/NixOS/nix - c6a89c1a1659b31694c0fbcd21d78a6dd521c732 authored 11 months ago by Rebecca Turner <[email protected]>
Attach positions to errors in `derivationStrict`

github.com/NixOS/nix - 87dc4bc7d139a7eccb257e71558314a0d99e8d6a authored 11 months ago by Rebecca Turner <[email protected]>
Remove `EXCEPTION_NEEDS_THROW_SPEC`

We're on C++ 20 now, we don't need this

github.com/NixOS/nix - faaccecbc82d98288582bdc8ca96991796561371 authored 11 months ago by Rebecca Turner <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - aa4392cd53a3330c772f56cba2a9c1a1ad3b550f authored 11 months ago by rfc39 <rfc39@eris>
front page: Who is Nix for? (#872)

* front page: Who is Nix for?

For at least two years there were ongoing debates about the targe...

github.com/NixOS/nix.dev - 22bedeaba04d14f1deb5bba2ac59fcc38aeecb8c authored 11 months ago by Valentin Gagarin <[email protected]>
Daily update [ci skip]

github.com/NixOS/nixos-homepage - b7252e25dfe1eb5474da7ada3ea7fb6d4de6e281 authored 11 months ago by GitHub Actions <[email protected]>
Move `PodIdx` to `pos-idx.hh` and `PosTable` to `pos-table.hh`

github.com/NixOS/nix - c62c21e29af20f1c14a59ab37d7a25dd0b70f69e authored 11 months ago by Rebecca Turner <[email protected]>
builtin:fetchurl: Get output hash info from the drv

github.com/NixOS/nix - b8b739e484078863c10c48d031fa8459081ba8b3 authored 11 months ago by Eelco Dolstra <[email protected]>
builtin:fetchurl: Ensure a fixed-output derivation

Previously we didn't check that the derivation was fixed-output, so
you could use builtin:fetchu...

github.com/NixOS/nix - 1ee42c5b88eb0533ebcf8b2579ec82f2be80e4b2 authored 11 months ago by Eelco Dolstra <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - 64a8df680d948c6e2c0ec27f5a19a3c97be8d17d authored 11 months ago by rfc39 <rfc39@eris>
Better default for amdgpuBusId

github.com/NixOS/nixos-hardware - cc65e27670abccced5997d4a93c4c930aef6fd0b authored 11 months ago by 4JX <[email protected]>
16ach6h: Comment out failing edid line

Fixes #795

github.com/NixOS/nixos-hardware - ed01236ece433b5fe96ebd7fe104f18f790aa066 authored 11 months ago by 4JX <[email protected]>
16ach6h: Fix X11 setup

Fixes #628

github.com/NixOS/nixos-hardware - 07e43b0530503b6034eb82f47bb9ae4af34f9f93 authored 11 months ago by 4JX <[email protected]>
16ach6h: Do not duplicate nvidia config

github.com/NixOS/nixos-hardware - 58b17dc23452c1827a38660c44db16ea6f599f2c authored 11 months ago by 4JX <[email protected]>
dell inspiron 5515: add early kms

since the update to 23.11, the screen would remain black frequently on
boot. Pressing alt+sysrq+...

github.com/NixOS/nixos-hardware - 3b54f86b535735d22f2f18ec90a8c0c9ba508f6e authored 11 months ago by Guillaume Girol <[email protected]>
ga401: disable hardware.nvidia.powerManagement.enable

github.com/NixOS/nixos-hardware - 83ce5906a5b9a798ef2e653ddc12491c1b9e9929 authored 11 months ago by ChaosAttractor <[email protected]>
ga401: enable nvidia.dynamicBoost

github.com/NixOS/nixos-hardware - 80223acd7f2cfe4ea103bc7e0d671f8a23b35990 authored 11 months ago by ChaosAttractor <[email protected]>
Merge pull request #9896 from hercules-ci/tidy-tidy

Disable a slightly annoying clang-tidy check

github.com/NixOS/nix - ef6d055ace0c3ccc1955ddf2150024ff9d58f2bd authored 11 months ago by Eelco Dolstra <[email protected]>
starfive visionfive2: update kernel to 6.6.0

github.com/NixOS/nixos-hardware - 42d7e506777436d5e98ca02bd4a5f2da451cf485 authored 11 months ago by Nick Cao <[email protected]>
Daily update [ci skip]

github.com/NixOS/nixos-homepage - 8dac9d5430222962228dc793dd45ae87d8d92f34 authored 11 months ago by GitHub Actions <[email protected]>
Add .clang-tidy

github.com/NixOS/nix - 58c26dd0f0090bfd1460f138f9ba17eda8a8ab5b authored 11 months ago by Robert Hensing <[email protected]>
Typo

github.com/NixOS/nix - 0f2e9e6bd2b62b15babe608fbd18eccfc0215d06 authored 11 months ago by Robert Hensing <[email protected]>
Make hackage2nix locale independent

github.com/NixOS/cabal2nix - 6be4ebdeb240928cc280232fe832a6a86a4e03b7 authored 11 months ago by maralorn <[email protected]>
Merge pull request #876 from NixOS/information-flow

update information flow diagram

github.com/NixOS/nix.dev - 54666bff02518b35d971a9aeccb1617f3667177a authored 11 months ago by Silvan Mosberger <[email protected]>
update information flow diagram

we probably don't need it here in particular, but originally when the documentation team was new...

github.com/NixOS/nix.dev - 06e89b89d408545ba1548a54434d147e53e06730 authored 11 months ago by Valentin Gagarin <[email protected]>
Merge pull request #871 from fricklerhandwerk/email-subscription

remove email subscription form

github.com/NixOS/nix.dev - a505a3b06650becfdcc7e9f402d5ea66092a943d authored 11 months ago by Silvan Mosberger <[email protected]>
Merge pull request #870 from MasonM/patch-1

Fix unquoted URL in "Nix language basics"

github.com/NixOS/nix.dev - 5bc6e4046bc8998d66f4698950f503860c295460 authored 11 months ago by Silvan Mosberger <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - b4c3837277d9feed261cd1922355695b9bc044b8 authored 11 months ago by rfc39 <rfc39@eris>
Merge pull request #9867 from hercules-ci/issue-912

#912 allow leading period

github.com/NixOS/nix - 4072a8fea073c33b729ba77e97b0c8cf9b40a628 authored 11 months ago by Robert Hensing <[email protected]>
Merge pull request #9890 from obsidiansystems/remove-unneeded-toRealPath

Change an `allowPath` call to take a store path again

github.com/NixOS/nix - 7c9ed1b1a325fe64a186e9d454607eaa0a7e8951 authored 11 months ago by Robert Hensing <[email protected]>
Disallow store path names that are . or .. (plus opt. -)

As discussed in the maintainer meeting on 2024-01-29.

Mainly this is to avoid a situation where...

github.com/NixOS/nix - f1b4663805a9dbcb1ace64ec110092d17c9155e0 authored 11 months ago by Robert Hensing <[email protected]>
test: Generate distinct hashes

Gen::just is the constant generator. Don't just return that!

github.com/NixOS/nix - 8406da28773f050e00a006e4812e3ecbf919a2a9 authored 11 months ago by Robert Hensing <[email protected]>
test: Generate distinct path names

Gen::just is the constant generator. Don't just return that!

github.com/NixOS/nix - 69bbd5852af9b2f0b794162bd1debcdf64fc6648 authored 11 months ago by Robert Hensing <[email protected]>
parseStorePath: Support leading period

github.com/NixOS/nix - b13e6a76b4f289c6db69ffaa7bd35b7e44f2a391 authored 11 months ago by Robert Hensing <[email protected]>
Remove Rok Garbas from moderation team (#1206)

github.com/NixOS/nixos-homepage - b568c79e0809cda355f976330738174bfdc7508f authored 11 months ago by Ryan Mulligan <[email protected]>
Change an `allowPath` call to take a store path again

This looks like a revert of #5844, but is not.

That one was needed because
https://github.com/N...

github.com/NixOS/nix - caea7dcb7e8fe75ef94635e15f49283668e60965 authored 11 months ago by John Ericson <[email protected]>
Pick a better name than "versionsOfOption"

github.com/NixOS/nixos-hardware - 88712a124b9a15e8b487d9bec9847ba0aa876d2c authored 11 months ago by mexisme <[email protected]>
Restore the "majorVersion" functionality

github.com/NixOS/nixos-hardware - 85a2b5542eed00c5d3362394cc1aca575b963e3a authored 11 months ago by mexisme <[email protected]>
Add some functions to allow for a major.minor kernel version to be able to auto-allow the major.minor.patch to be auto-selected

github.com/NixOS/nixos-hardware - c5214dc06a29ce79fbd22e256037e4852ad8a29f authored 11 months ago by mexisme <[email protected]>
NixOS tutorials: add next steps

github.com/NixOS/nix.dev - c9ed694ea8b5b5d5e429c4e618c3ef9c808a4993 authored 11 months ago by Valentin Gagarin <[email protected]>
reorder NixOS tutorials

it makes more sense to start with the most innocent ones, where
everything runs in a VM.

github.com/NixOS/nix.dev - 747c3c706025ab2bbf23ce16326992e768b7847b authored 11 months ago by Valentin Gagarin <[email protected]>
Drop the kernel version override for Surface Go hardware

github.com/NixOS/nixos-hardware - 606b6a270e7b9aed4164b088ce8d6c0c9458c7d9 authored 11 months ago by mexisme <[email protected]>
Drop the deprecated "linuxPackage1" function, rename "linuxPackage2" to "linuxPackage"

github.com/NixOS/nixos-hardware - 7def5339687ab801e11c8e1395b533ba270e3748 authored 11 months ago by mexisme <[email protected]>
Merge branch 'master' into microsoft/surface/kernel-6.6

github.com/NixOS/nixos-hardware - f2fbed9ce619f6f016ea47d786924eb8379a361d authored 11 months ago by mexisme <[email protected]>
Update packaging-existing-software.md (#888)

As it was written, I thought we'd have to do more work to supply fetchzip, but the next invokati...

github.com/NixOS/nix.dev - 596d9db532fd1e0511dd8857ef6ace44ca6dda06 authored 11 months ago by nbelakovski <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - 505abe514e9f8148cabd7e5cd4b38e772a13f604 authored 11 months ago by rfc39 <rfc39@eris>
Merge pull request #9884 from edolstra/resolve-symlinks

Resolve symlinks in a few more places

github.com/NixOS/nix - 75ebb90a70f6320c1c7a1fca87a0a8adb0716143 authored 11 months ago by John Ericson <[email protected]>
Merge pull request #9880 from NixOS/dependabot/github_actions/zeebe-io/backport-action-2.4.1

build(deps): bump zeebe-io/backport-action from 2.4.0 to 2.4.1

github.com/NixOS/nix - d661a89398c5c037c6d342e543e00ed4bef68e81 authored 11 months ago by Eelco Dolstra <[email protected]>
Resolve symlinks in a few more places

Fixes #9882.

github.com/NixOS/nix - b36ff47e7c38de2eebe4934c27f5594babcebe1b authored 11 months ago by Eelco Dolstra <[email protected]>
fix broken reference (#889)

github.com/NixOS/nix.dev - a295a4dae112b0b60bcc07fe9063a368292d4c70 authored 11 months ago by Valentin Gagarin <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - 657ccce9fcd39b57a373eac811df5aa68a96255d authored 11 months ago by rfc39 <rfc39@eris>
Merge pull request #9879 from NixOS/bump-2.21.0

Bump version

github.com/NixOS/nix - a7db7b6e445e9be8ba90b6fcda7772c9bfbcbc3a authored 12 months ago by Eelco Dolstra <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - 04a26f1018e88b5e4b2ba0dfa875d735253495e0 authored 12 months ago by rfc39 <rfc39@eris>
Daily update [ci skip]

github.com/NixOS/nixos-homepage - ccdd5490609f766371a39bb514b079f5f156e7a5 authored 12 months ago by GitHub Actions <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - c3779ee3f0dd6605c5507204c159f658c8a8d5a7 authored 12 months ago by rfc39 <rfc39@eris>
build(deps): bump zeebe-io/backport-action from 2.4.0 to 2.4.1

Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 2.4.0 to 2.4....

github.com/NixOS/nix - a3aae7beefb675ea8c27f07284995d4f06f9952c authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump version

github.com/NixOS/nix - 2f3fb6c12e91907b91be88e69a5a430ee3d86642 authored 12 months ago by Eelco Dolstra <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - 54cb3a806632d46e706b4138fa3bbd61ebef4909 authored 12 months ago by rfc39 <rfc39@eris>
Automated team sync results.

github.com/NixOS/rfc39-record - 9a97ffba1105f82752e9218fe0a2fc925b523d48 authored 12 months ago by rfc39 <rfc39@eris>
Merge pull request #9877 from edolstra/release-notes

Nix 2.20 release notes

github.com/NixOS/nix - 9b8e0a7790f468689caffa703319438b31519f6e authored 12 months ago by Eelco Dolstra <[email protected]>
Edit release notes

github.com/NixOS/nix - 652f334f879153b1357f92504999d9b0fb951a2b authored 12 months ago by Eelco Dolstra <[email protected]>
nix hash convert: Add manpage

github.com/NixOS/nix - 9465c8cca133a149c003e9ef4d7e97d513716155 authored 12 months ago by Eelco Dolstra <[email protected]>
Fix formatting of hash args

github.com/NixOS/nix - 6f86f87043971eb9414a6d63013a1e06af397f3a authored 12 months ago by Eelco Dolstra <[email protected]>
release notes: 2.20.0

github.com/NixOS/nix - 3089bce41b020fafd3e31034cf9f5dcf33a0b65c authored 12 months ago by Eelco Dolstra <[email protected]>
maintainers/release-notes: Include changelog-d

Otherwise it quietly generates an empty rl-<version>.md

github.com/NixOS/nix - 007040080977f1a06786fd4cfa7b4b95b18c5713 authored 12 months ago by Eelco Dolstra <[email protected]>
Update release-process.md

github.com/NixOS/nix - 1ef6bbb16d61067bcfdd30f1c8910afe498cc164 authored 12 months ago by Eelco Dolstra <[email protected]>
Merge pull request #9876 from edolstra/store-settings

Don't include store docs in every manpage

github.com/NixOS/nix - e9c8e859db99c3db9b83d60d65276a31c7ab6476 authored 12 months ago by Eelco Dolstra <[email protected]>
Don't include store docs in every manpage

github.com/NixOS/nix - baff34d728844870e62deea7847bbe1e97dfe157 authored 12 months ago by Eelco Dolstra <[email protected]>
Shut up a gcc warning

github.com/NixOS/nix - f6719032cf7d867fe85da5916793d263670dbd8b authored 12 months ago by Eelco Dolstra <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - 4d1f07e2e8715d61fc9d850dbab972d0eb47296c authored 12 months ago by rfc39 <rfc39@eris>
Automated team sync results.

github.com/NixOS/rfc39-record - e96b3fb8d31fc075a1c22e1510f21abbd95c0305 authored 12 months ago by rfc39 <rfc39@eris>
security team: add myself (#1205)

You can verify that the PGP key is tied with my GH account and that I
own it on:
https://gist....

github.com/NixOS/nixos-homepage - 657a885957304c3fe164226cbf4b0aabf580e3d1 authored 12 months ago by Thomas Gerbet <[email protected]>
add missing link (#9869)

github.com/NixOS/nix - 44a0d044832050cc419d844e73b8e021b0643357 authored 12 months ago by Valentin Gagarin <[email protected]>
clean up the Reference side bar (#885)

- use more neutral phrasing
- add nix-community, a lot of stuff going on there
- put the Gloss...

github.com/NixOS/nix.dev - 41ad39d8c297173c11866eb3a3dde98b60489168 authored 12 months ago by Valentin Gagarin <[email protected]>
add the NixOS Foundation YouTube channel to the videos list (#884)

github.com/NixOS/nix.dev - a11222eaeca7cceecf74a57b93bfc3e39b0155c4 authored 12 months ago by Valentin Gagarin <[email protected]>
Automated team sync results.

github.com/NixOS/rfc39-record - 69f766aaa50b7d5a89f81881badafa5edd5568d4 authored 12 months ago by rfc39 <rfc39@eris>