this post was submitted on 28 Jan 2025
12 points (100.0% liked)
Nix / NixOS
1916 readers
9 users here now
Main links
Videos
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've come around to doing it this way too.
systems
is not automatically supplied as a flake input - you can get such an input like this:The handy thing about importing another flake to get a list of four strings is that anyone consuming your flake can override that input in case they want to use a system that isn't included in your original flake. There is more information at https://github.com/nix-systems/nix-systems