I am trying out the upcoming 19.03 channel, but sudo nixos-rebuild --switch fails for me with
building '/nix/store/796n1890hvgnm0rk5f1pg15zakiwhs3j-system-fish-completions.drv'...
collision between `/nix/store/c4mr5y71ri1i8ryv91q755ajkyrla96f-procps-3.3.15-fish-completions/uptime.fish' and `/nix/store/ybgxpd7yz9d6513gg3knwvlzfc0zy9a9-coreutils-8.30-fish-completions/uptime.fish'
builder for '/nix/store/796n1890hvgnm0rk5f1pg15zakiwhs3j-system-fish-completions.drv' failed with exit code 25
cannot build derivation '/nix/store/8nc4wd8ycm7j7mj18ifggx4jxzzbi54k-etc.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/njn8wnk2rqnnjx308z4zf4i2ag8dp54m-nixos-system-nixos-19.03.170684.07e2b59812d.drv': 1 dependencies couldn't be built
error: build of '/nix/store/njn8wnk2rqnnjx308z4zf4i2ag8dp54m-nixos-system-nixos-19.03.170684.07e2b59812d.drv' failed
Steps to reproduce
switch to 19.03 channel
have programs.fish.enable = true in configuration.nix
Issue description
I am trying out the upcoming 19.03 channel, but
sudo nixos-rebuild --switch
fails for me withSteps to reproduce
Technical details