Open pimeys opened 1 month ago
@Artturin Yep. Without manpages both of my systems build successfully. I can live with this for now, but I'm sure going to miss my man configuration.nix
...
Debug by adding
set -x
set +x
Above and below those lines
For example by replacing the module https://wiki.nixos.org/wiki/Nixpkgs/Reviewing_changes#Modules (does not have to use fetchers, can use local paths)
I'm not sure what happened, but it seems to build right now. What I did is I fixed another issue in here:
https://github.com/NixOS/nixpkgs/pull/350030
And the docs seem to build correctly.
Describe the bug
Switching to a configuration has been broken a couple of last commits on nixos unstable.
Steps To Reproduce
Steps to reproduce the behavior:
sudo nixos-rebuild switch
Result
Expected behavior
A switch should succeed and install the new configuration.
Additional context
Failing configuration: https://git.sr.ht/~pimeys/nixos/
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.