These past few days I've been arguing with my #NixOS 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 https://zh.fail ?)
@noaccOS for me too, I think it's related to python packages and should be fixed once this PR lands in unstable: https://nixpk.gs/pr-tracker.html?pr=345326
@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 .`