this post was submitted on 28 Jan 2025
12 points (100.0% liked)
Nix / NixOS
1905 readers
19 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
How can you say this and still use flake-utils? All it does is manage your systems. You can write your own one-liner for that
Where
systems
is automatically supplied as a flake input (I think), or you can supply your own list of systems to support. You can then use it like this:You can of course modify
eachSystem
to have more function parameters other thanpkgs
.See this blog which initially inspired me not to use flake-utils