What other approaches do folks use to deterministically customize Linux?

  • ruffsl@programming.devOP
    link
    fedilink
    English
    arrow-up
    5
    ·
    6 days ago

    nix-ld has been really helpful. I wish there were some automated tools where you could feed at the binary, or a directory of binaries, and it would just return all of the nix package names you should add include with nix-ld.

    Also if there were some additional flags to filter out redundant packages because of overlapping recursive dependencies or suggest a decent scope of meta package to start with for desktop environments, that’d be handy.