home.social

#derivation — Public Fediverse posts

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

  1. out-of-tree module for + amp. The mainline only supports Dell. The file below packages davidjo/snd_hda_macbookpro as a . Now the on my old running seem to work. It did not work before. Tested on 27" (iMac18,x), kernel 6.17, . codeberg.org/adingbatponder/re Disclaimer: the solution was taken from the references cited in the default.nix file & implemented using .

  2. Problem was flakeRoot = "${inputs.self}" in in flake caused the rust code to swallow whole flake anew for any flake file change, even changes completely unrelated to the rust code, meaning a whole rebuild. Changed that to a find_flake_dir() function that discovers flake directory by walking up if FLAKE_DIR environment variable is not set.
    Took time down from always 22 mins, to 2 mins 20 sec for a minor nix fix rebuild. Ta

  3. In a and of a , my entire ( which is just a program in the flake ) gets built meaning that it takes eons: even if the change to the flake that made the build necessary was a trivial change to a thing that has no interaction with the rust derivation. What am I doing wrong? Thanks for any pointers...

  4. in
    A beta that installs (amongst other things) and
    codeberg.org/adingbatponder/re

    The flake was hammered out using chatGPT iteratively from a non-AI base flake.
    See my take on the context and Why NixOS here: loramesh.org/#nixos

  5. A that builds a that & install 0.1.0 & 1.1.0 from python source code. For . This is a beta work in progress, done using chatGPT iteratively, and is my first attempt at packaging something for nixos. Time will tell if this holds up. Uses python &
    ver 0.8.0
    ver 1.0.0 codeberg.org/adingbatponder/re

    This is experimental and beta - see readme file for issues