home.social

#flakeparts — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #flakeparts, aggregated by home.social.

fetched live
  1. @Le_suisse @devalot Thanks for that. Am having this with #grafana which I need to fix as even my #nixos nixpkgs unstable does not have some CVEs fixed. I am feeling this strongly because I am finding the FOSS nixos Sysyphus "lifestyle" has a high DIY dev / webmaster / sys admin time overhead which is a slow learning process & starting to make my worry my remaining time on Earth might be better spent. Is there a magic solution like a safe #flake part that is offered by each package ? #flakeparts

  2. @Le_suisse @devalot Thanks for that. Am having this with which I need to fix as even my nixpkgs unstable does not have some CVEs fixed. I am feeling this strongly because I am finding the FOSS nixos Sysyphus "lifestyle" has a high DIY dev / webmaster / sys admin time overhead which is a slow learning process & starting to make my worry my remaining time on Earth might be better spent. Is there a magic solution like a safe part that is offered by each package ?

  3. @Le_suisse @devalot Thanks for that. Am having this with #grafana which I need to fix as even my #nixos nixpkgs unstable does not have some CVEs fixed. I am feeling this strongly because I am finding the FOSS nixos Sysyphus "lifestyle" has a high DIY dev / webmaster / sys admin time overhead which is a slow learning process & starting to make my worry my remaining time on Earth might be better spent. Is there a magic solution like a safe #flake part that is offered by each package ? #flakeparts

  4. @Le_suisse @devalot Thanks for that. Am having this with #grafana which I need to fix as even my #nixos nixpkgs unstable does not have some CVEs fixed. I am feeling this strongly because I am finding the FOSS nixos Sysyphus "lifestyle" has a high DIY dev / webmaster / sys admin time overhead which is a slow learning process & starting to make my worry my remaining time on Earth might be better spent. Is there a magic solution like a safe #flake part that is offered by each package ? #flakeparts

  5. @Le_suisse @devalot Thanks for that. Am having this with #grafana which I need to fix as even my #nixos nixpkgs unstable does not have some CVEs fixed. I am feeling this strongly because I am finding the FOSS nixos Sysyphus "lifestyle" has a high DIY dev / webmaster / sys admin time overhead which is a slow learning process & starting to make my worry my remaining time on Earth might be better spent. Is there a magic solution like a safe #flake part that is offered by each package ? #flakeparts

  6. @arichtman
    Recently started using pattern using parts it's really helpful.

    Earlier: A new module file means I add it to a folder, then import them in my configuration.nix home.nix accordingly.

    Now: a module file added to a folder. That's it.

    And more awesome is that I can place both a nixos module and home module in the same file to have aspects together🔥 much more benefits

    It's worth doing things this way

  7. @arichtman
    Recently started using #dendritic pattern using #flake parts it's really helpful.

    Earlier: A new module file means I add it to a folder, then import them in my configuration.nix home.nix accordingly.

    Now: a module file added to a folder. That's it.

    And more awesome is that I can place both a nixos module and home module in the same file to have aspects together🔥 much more benefits

    It's worth doing things this way

    #nix #nixos #dendriticpattern #config #management #flakeparts

  8. @arichtman
    Recently started using #dendritic pattern using #flake parts it's really helpful.

    Earlier: A new module file means I add it to a folder, then import them in my configuration.nix home.nix accordingly.

    Now: a module file added to a folder. That's it.

    And more awesome is that I can place both a nixos module and home module in the same file to have aspects together🔥 much more benefits

    It's worth doing things this way

    #nix #nixos #dendriticpattern #config #management #flakeparts

  9. @arichtman
    Recently started using #dendritic pattern using #flake parts it's really helpful.

    Earlier: A new module file means I add it to a folder, then import them in my configuration.nix home.nix accordingly.

    Now: a module file added to a folder. That's it.

    And more awesome is that I can place both a nixos module and home module in the same file to have aspects together🔥 much more benefits

    It's worth doing things this way

    #nix #nixos #dendriticpattern #config #management #flakeparts

  10. @arichtman
    Recently started using #dendritic pattern using #flake parts it's really helpful.

    Earlier: A new module file means I add it to a folder, then import them in my configuration.nix home.nix accordingly.

    Now: a module file added to a folder. That's it.

    And more awesome is that I can place both a nixos module and home module in the same file to have aspects together🔥 much more benefits

    It's worth doing things this way

    #nix #nixos #dendriticpattern #config #management #flakeparts

  11. NixOS Home Manager users may find this useful!

    It lets you have .desktop files, basically shortcuts, to any application you can run via nix, without actually having to install them. They're pulled in at runtime, using the same magic as you use when doing nix run.

    git.krutonium.ca/Krutonium/Nix

    #Nix #NixOS #HomeManager #Linux #FlakeParts

  12. NixOS Home Manager users may find this useful!

    It lets you have .desktop files, basically shortcuts, to any application you can run via nix, without actually having to install them. They're pulled in at runtime, using the same magic as you use when doing nix run.

    git.krutonium.ca/Krutonium/Nix

    #Nix #NixOS #HomeManager #Linux #FlakeParts

  13. NixOS Home Manager users may find this useful!

    It lets you have .desktop files, basically shortcuts, to any application you can run via nix, without actually having to install them. They're pulled in at runtime, using the same magic as you use when doing nix run.

    git.krutonium.ca/Krutonium/Nix

    #Nix #NixOS #HomeManager #Linux #FlakeParts

  14. NixOS Home Manager users may find this useful!

    It lets you have .desktop files, basically shortcuts, to any application you can run via nix, without actually having to install them. They're pulled in at runtime, using the same magic as you use when doing nix run.

    git.krutonium.ca/Krutonium/Nix

    #Nix #NixOS #HomeManager #Linux #FlakeParts

  15. NixOS Home Manager users may find this useful!

    It lets you have .desktop files, basically shortcuts, to any application you can run via nix, without actually having to install them. They're pulled in at runtime, using the same magic as you use when doing nix run.

    git.krutonium.ca/Krutonium/Nix

    #Nix #NixOS #HomeManager #Linux #FlakeParts

  16. 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.

    codeberg.org/rossabaker/le-gri

    #Nix #FlakeParts #Devshell #Treefmt

  17. 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.

    codeberg.org/rossabaker/le-gri

    #Nix #FlakeParts #Devshell #Treefmt

  18. 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.

    codeberg.org/rossabaker/le-gri

    #Nix #FlakeParts #Devshell #Treefmt

  19. 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.

    codeberg.org/rossabaker/le-gri

    #Nix #FlakeParts #Devshell #Treefmt

  20. 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.

    codeberg.org/rossabaker/le-gri

    #Nix #FlakeParts #Devshell #Treefmt

  21. @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 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

  22. @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 for commands, in this case info, and to present the different layers that are the OS, app and nixos settings. The program ssh-key-manager is in my flake repoducible.org ( features/security/packages can be pulled out into another flake) & bit of a monster. Yours looks ultra compact

  23. @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 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

  24. @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 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

  25. @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 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

  26. Hi Nix and flake-parts users,

    Just ported my flake file to use flake-parts finally for my nixos config😄

    github.com/vivekanandan-ks/ksv

    Please check this and suggest any improvements.

    It would help me learn to do things more properly.

    🥹

  27. Hi Nix and flake-parts users,

    Just ported my flake file to use flake-parts finally for my nixos config😄

    github.com/vivekanandan-ks/ksv

    Please check this and suggest any improvements.

    It would help me learn to do things more properly.

    🥹
    #nix #nixos #flake #flakeparts #config #system

  28. Hi Nix and flake-parts users,

    Just ported my flake file to use flake-parts finally for my nixos config😄

    github.com/vivekanandan-ks/ksv

    Please check this and suggest any improvements.

    It would help me learn to do things more properly.

    🥹
    #nix #nixos #flake #flakeparts #config #system

  29. Hi Nix and flake-parts users,

    Just ported my flake file to use flake-parts finally for my nixos config😄

    github.com/vivekanandan-ks/ksv

    Please check this and suggest any improvements.

    It would help me learn to do things more properly.

    🥹
    #nix #nixos #flake #flakeparts #config #system

  30. Hi Nix and flake-parts users,

    Just ported my flake file to use flake-parts finally for my nixos config😄

    github.com/vivekanandan-ks/ksv

    Please check this and suggest any improvements.

    It would help me learn to do things more properly.

    🥹
    #nix #nixos #flake #flakeparts #config #system

  31. So homemanager in #nix now has support for #flakeparts that's nice, I have to first migrate to unstable

  32. So homemanager in now has support for that's nice, I have to first migrate to unstable

  33. So homemanager in #nix now has support for #flakeparts that's nice, I have to first migrate to unstable

  34. So homemanager in #nix now has support for #flakeparts that's nice, I have to first migrate to unstable

  35. flake.parts has switched to markdown-only tooling just now. Let me know if anything's off.

    #FlakeParts #Nix #Documentation

  36. flake.parts has switched to markdown-only tooling just now. Let me know if anything's off.

    #FlakeParts #Nix #Documentation

  37. flake.parts has switched to markdown-only tooling just now. Let me know if anything's off.

    #FlakeParts #Nix #Documentation

  38. flake.parts has switched to markdown-only tooling just now. Let me know if anything's off.

    #FlakeParts #Nix #Documentation

  39. flake.parts has switched to markdown-only tooling just now. Let me know if anything's off.

    #FlakeParts #Nix #Documentation

  40. I enjoy using #nixos a lot, but the ecosystem is evolving and I struggle to keep up.
    Had a spaghetti-code config for my main PC until about a year ago. Switched over to using #flake-based #divnix #digga and migrated my work PC and a small home-server to it as well. It feels linke magic when multiple similar but slightly distinct systems can be build from the same well-structured code with ease!
    Now digga seems to be deprecated and #flakeParts seems to be considered best practice...

  41. I enjoy using #nixos a lot, but the ecosystem is evolving and I struggle to keep up.
    Had a spaghetti-code config for my main PC until about a year ago. Switched over to using #flake-based #divnix #digga and migrated my work PC and a small home-server to it as well. It feels linke magic when multiple similar but slightly distinct systems can be build from the same well-structured code with ease!
    Now digga seems to be deprecated and #flakeParts seems to be considered best practice...

  42. I enjoy using #nixos a lot, but the ecosystem is evolving and I struggle to keep up.
    Had a spaghetti-code config for my main PC until about a year ago. Switched over to using #flake-based #divnix #digga and migrated my work PC and a small home-server to it as well. It feels linke magic when multiple similar but slightly distinct systems can be build from the same well-structured code with ease!
    Now digga seems to be deprecated and #flakeParts seems to be considered best practice...