#nixpkgs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #nixpkgs, aggregated by home.social.
-
could anyone review: https://github.com/NixOS/nixpkgs/pull/543854? it's a minimalist #wayland wallpaper setter
#nixpkgs #nixos #nix -
Are there people who are happy about the existing Nixpkgs AI policy (which allows AI contributions but mandates disclosure and has some conditions on human-in-the-loop)? #NixOS #Nixpkgs
https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy
-
@ocramius I feel the pain. I often want to know "has this PR already landed on nixos-unstable?"
I've started writing a tool for myself: https://codeberg.org/britter/nixpkgs-pr
-
#GitHub down? Nixpkgs can and should in most cases be fetched from channels.nixos.org because that is redistributed world-wide via #fastly with much higher availability and IPv6 support.
E.g. in your #flake use
nixpkgs.url = "https://channels.nixos.org/nixos-26.05-small/nixexprs.tar.zst";
instead of the github-flavored expression. Works for all supported channels.
-
I got interested in trying out #PICO8 but found that it was not in #nixpkgs.
And running required steam-run.If you're also on #nixos / use #nix and want to give it a try, I made a flake for it :3
PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs.
It uses the #lua under the hood and has a strict limit on how big the game can be.
Repository can be found at
https://codeberg.org/husjon/nix-pico-8Feedback / comments etc are all welcome. :3
-
Unrelated recent stuffs in the Nix ecosystem
Bad news 😥 :
https://discourse.nixos.org/t/the-nixpkgs-core-team-has-disbanded/79413Good new project :blobaww: :
https://fzakaria.com/2026/08/09/nixpkgs-multiverse-every-version-that-ever-existed -
-
Hi All, especially Nix users,
The coolest upgrade the nix ecosystem ever got for nixpkgsWhat a game changer approach 🔥🔥🔥
https://fzakaria.com/2026/08/09/nixpkgs-multiverse-every-version-that-ever-existedDevenv adopted it already. https://devenv.sh/pinning/
The project is too good to ignore 🔥❤️🔥❤️
#nix #nixos #nixpkgs #nixecosystem #nixpkgsmultiverse #multiverse #devenv #devenvsh -
Great write up about the nixpkgs core team situation from the SC perspective by @luj
-
new blogpost: i worry about nix sometimes
https://foxgirl.engineering/blog/nixpkgs-not-hot/
#blog #indieweb #nixpkgs -
⚠️ Echipa principală Nixpkgs s-a dizolvat: Atribuțiile de guvernanță rămân fără un proprietar direct!
Proiectul Nixpkgs — depozitul uriaș de pachete din spatele distribuției NixOS — trece printr-un moment de cotitură crucial. Echipa de nucleu (Nixpkgs Core Team) a anunțat oficial dizolvarea sa, lăsând sarcinile de decizie și guvernanță ale proiectului fără o echipă dedicată care să le preia direct.
✨ Contextul și detaliile despre decizia de dizolvare:
📉 Tensiuni interne și epuizare (Burnout):
• Decizia vine pe fondul unor dezbateri aprinse legate de guvernanța proiectului, conducere, moderare și direcția strategică pe care NixOS / Nixpkgs ar trebui să o urmeze. Membri importanți ai echipei au citat volumul uriaș de muncă, presiunea continuă și conflictele din comunitate ca motive principale pentru retragere.⚖️ Atribuții de guvernanță în derivă:
• Echipa de nucleu era responsabilă pentru decizii tehnice majore, gestionarea drepturilor de acces (merge permissions), menținerea calității depozitului și rezolvarea disputelor de arhitectură. Dizolvarea lasă aceste atribuții fără un grup centralizat de conducere.🔄 Mecanisme temporare și tranziția spre comunitate:
• Responsabilitățile curente de mentenanță sunt mutate către echipe specializate secundare și către colaboratorii activi. Comunitatea caută noi modele de guvernanță descentralizată pentru a preveni blocajele administrative și întârzierile în aprobarea pachetelor (PR-uri).📦 Impactul asupra NixOS și depozitului Nixpkgs:
• Dezvoltarea zilnică a pachetelor continuă, însă procesele care necesită decizii executive de nivel înalt (cum ar fi modificări majore în infrastructura de build sau politicile de securitate) pot întâmpina blocaje temporare până la stabilirea unei noi structuri organizatorice.Un moment delicat pentru unul dintre cele mai mari și inovatoare ecosisteme din lumea open-source, ce scoate din nou la suprafață provocările complexe de guvernanță din proiectele FOSS masive! 🚀
#NixOS #Nixpkgs #Linux #OpenSource #TechNews #FOSS #Linuxiac #DevOps
-
Recap of what happened on the #nixpkgs security tracker these past few months: https://discourse.nixos.org/t/nixpkgs-supply-chain-security-project/34345/35
Thanks a lot for the team at Tweag for their work on this 💚
-
"The #Nixpkgs core team has unfortunately decided to disband."
https://github.com/NixOS/org/pull/277
#NixOS -
The Nixpkgs core team has disbanded
https://discourse.nixos.org/t/the-nixpkgs-core-team-has-disbanded/79413
Comments: https://news.ycombinator.com/item?id=49217993
#HackerNews #Nixpkgs #Disbanded #NixOS #Community #OpenSource #Software #Development #News
-
Contributing to Nixpkgs is… something
https://github.com/NixOS/nixpkgs/pull/300532
While I was waiting for reviews, regularly solving merge conflicts, a new PR was made to solve the same issue and got reviewed and merged just in two months. I waited more than a year with no success. Was all my work in vain?
-
@bukama @ASFMavenProject already updated in nixpkgs ✅ https://github.com/NixOS/nixpkgs/pull/549135 #maven #java #nix #nixos #nixpkgs
-
-
#rakulang, #raku community please help me get the long overdue Raku ecosystem update merged on #nixpkgs
-
> Please remember this repository as the first Nixpkgs Overlay.
Wow
https://github.com/mozilla/nixpkgs-mozilla?tab=readme-ov-file
-
TIL: cmake offers flags to supply software it wants to download from the network as a path which is really useful for nixpkgs as it makes patching redundant.
eg:
```
cmakeFlags = [
"-DFETCHCONTENT_FULLY_DISCONNECTED=ON"
"-DFETCHCONTENT_SOURCE_DIR_ABSEIL-CPP=${abseil-cpp.src}"
];
``` -
"sqlit" is cool, but the #nixpkgs derivation is 10 times bigger than rainfrog ... I guess I'll stay with that or sqlitebrowser instead hahaha
-
Just proposed some nix support for Pantheon's terminus CLI after realizing:
a) I needed this, and
b) it didn't exist yethttps://github.com/pantheon-systems/terminus/pull/2894
I made a little flake file that compiles the composer dependencies using a native nixpkgs builder, and then made a target for devShells, packages, and apps.
There's also a shell.nix file to do development via nix-shell. Using the targets in there you could compile terminus yourself with composer.
I'd love any feedback about how I could improve this integration so it's fast, easy to use, easy to maintain, has a solid design, etc.
I generally hack on #nixpkgs instead of contributing upstream, so this is a new one for me.
-
All maintained channels now serve a nixexprs.tar.zst tarball.
-
Submitted fixes for #RISCV cross-compilation of Python module "pyfuse3" to #nixpkgs ✅ https://github.com/NixOS/nixpkgs/pull/524083