#flakeparts — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #flakeparts, aggregated by home.social.
-
https://krutonium.ca/posts/im-using-flake-parts-now/
New #Blog about #NixOS and #FlakeParts and honestly how good the #dendritic pattern is for Nix.
-
Riffing on a new flake parts project, Le Grille. Similar to Shell Game, but it also tries to keep the treefmt config in sync. Adding a language should add not just a devshell, but a treefmt config using the same tool versions. Also takes care of some other boilerplate, like deadnix+statix+nixfmt and checking headers with REUSE.
-
@zer0unplanned This post looks very useful. I made a similar tool (still in beta with errors) to grab screenshots and raw data of manual pages #manpages for #linux commands, in this case #ssh info, and to present the different layers that are the OS, app and nixos settings. The program ssh-key-manager is in my flake https://repoducible.org ( features/security/packages #flake #part can be pulled out into another flake) & bit of a monster. Yours looks ultra compact #nixos
#flakepart #flakeparts -
Hi Nix and flake-parts users,
Just ported my flake file to use flake-parts finally for my nixos config😄
https://github.com/vivekanandan-ks/ksvnixospcconfigs/blob/main/flake.nix
Please check this and suggest any improvements.
It would help me learn to do things more properly.