this post was submitted on 22 Aug 2023
7 points (100.0% liked)
Nix / NixOS
1765 readers
2 users here now
Main links
Videos
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The packages you specify via the
packages
attribute are the ones it will build dependencies for, but not build. You want to return a list of packages selected from the argument attribute set, likeThanks for clearing that up for me!
I have this snippet in my flake now:
And it seems to do exactly what I wanted.