!VhzbGHamdfMiGxpXyg:robins.wtf

NixOS Incus and LXC

46 Members
lxc, lxd, incus discussions related to NixOS16 Servers

Load older messages


SenderMessageTime
3 Aug 2025
@hexa:lossy.networkhexacan you add incus to the room name btw23:36:37
@adam:robins.wtfadamcstephens changed the room name to "NixOS Incus and LXC" from "NixOS LXC".23:37:17
@adam:robins.wtfadamcstephensi added the nix-community cache recently to my CI save some time, but not sure it's saving much. I build all nixosConfigurations in CI and push them to my local cache though, so once the CI job is done everything is speedy internally23:38:24
@adam:robins.wtfadamcstephensit can take an hour or more to do a large bump, including building and copying things around23:38:53
@hexa:lossy.networkhexayeah, I tend to push things to my attic as well from ci23:41:29
@hexa:lossy.networkhexaI'm wondering if I outsmarted myself23:41:48
@hexa:lossy.networkhexaby using nix-fast-build23:42:03
@hexa:lossy.networkhexahttps://github.com/Mic92/nix-fast-build#avoiding-redundant-package-downloads23:42:26
@hexa:lossy.networkhexashould probably disable skipping cached stuff23:42:34
@hexa:lossy.networkhexawait, I don't have this flag set … so 🤷23:43:17
@hexa:lossy.networkhexa
    - name: Build system closure
      run: |
          nix run \
            --inputs-from . \
            nixpkgs#nix-fast-build \
            -- \
            --eval-workers 4 \
            --attic-cache "${{ secrets.ATTIC_CACHE }}" \
            --no-nom \
            --flake ".#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel"
23:43:39
4 Aug 2025
@adam:robins.wtfadamcstephensskipping cached configs should save time, no? 02:23:42
@hexa:lossy.networkhexaright02:23:57
@hexa:lossy.networkhexabut I found an issue with nix-fast-build02:24:05
@hexa:lossy.networkhexaI build this in a matrix and the first build works, all others don't02:24:17
@hexa:lossy.networkhexa