this post was submitted on 26 Sep 2025
31 points (94.3% liked)

Linux

9626 readers
259 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

cross-posted from: https://programming.dev/post/38125775

Nix related discussion starts around the the 0:14:00 min mark.

you are viewing a single comment's thread
view the rest of the comments
[–] clay_pidgin@sh.itjust.works 1 points 1 week ago (1 children)

Sorry, I'm not certain which way your answer goes. Nixpkgs would be all packages in the system, even if installed in config.nix or home.nix?

[–] Euphoma@lemmy.ml 2 points 1 week ago (1 children)

Nixpkgs is the nix package repo, and is an input you have to include if you want any packages. So yea

[–] clay_pidgin@sh.itjust.works 1 points 1 week ago

Okay, thank you!