Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haskellPackages.ghc-settings-edit: avoid the use of filesets
This should be 0 rebuilds, except it fixes the installer tests, as lib.filesets is somehow broken when combining chroot stores with channel references (???). Running nixosTests.installer.simple with this reverted will reproduce the issue consistently. CC @infinisil
- Loading branch information
9806325
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably caused by NixOS/nix#11503
9806325
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So like, does this mean we just can't use filesets in nixpkgs right now?
9806325
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess not when it needs to be used in VMs or so :/
9806325
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem isn't VMs but chroot stores, so anything that could be used by
nixos-install
is affected... Can we somehow work around this in lib.filesets?9806325
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. Afraid we can't work around it without compromising correctness of
lib.fileset
:/