hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.5K
active users

Francesco Noacco

These past few days I've been arguing with my configuration. Looks like the latest nixos-unstable doesn't build? Or is it just a skill issue of mine?

The error is that "path /nix/store/xxx-glibc-2.40-36-bin does not exist in the store" and it happens on two different computers
I've tried removing external flakes from my config but it didn't help

@noaccOS Maybe, due to no fault of yours, something specific to your configuration fails to build on latest nixos-unstable? (Is it something listed on zh.fail ?)

zh.failZERO Hydra FailuresWebsite to track the number of failing builds on hydra.nixos.org

@Bric1618 I've tried using staging-next, and even by creating a new flake where I just import the hardware configuration and set boot.loader.grub.device, the build is still failing.

This time the reported missing derivation is kmod-31-dev. weird

@noaccOS yes same for me in the latest days, I think we are in this period before a release (24.11) where a lot of things gets updated and generate breakings. You should try again I just got my build working in nixos-unstable :)

@Bric1618 yupp yesterday I spent way too much time trying to get it to compile, I was at the point where it would successfully build if I removed the lix module and disabled firefox from home-manager.

now I've had luck compiling it on my desktop using the good old `nix-store --verify --check-contents --repair && sudo nix-collect-garbage -d && nix-collect-garbage -d && nixos-rebuild build --flake .`