| Is this a known regression? Wasn't too successful at minimizing, maybe somebody could give it a shot:
nix eval "https://api.flakehub.com/f/pinned/HariAmoor-professional/nixos-config/0.1.15%2Brev-9663eb776b745a0eb637320c165729bf6acaac70/018a8b2d-121a-7d71-8db4-666a0ec6c497/source.tar.gz#nixosConfigurations.nixos.config.system.build.toplevel" --no-allow-import-from-derivation --no-eval-cache
Fails on 3ad1af8 with:
error: makeWrapper/makeShellWrapper must be in nativeBuildInputs
note: trace involved the following derivations:
derivation 'home-manager-generation'
derivation 'home-manager-files'
derivation 'home-manager-path'
derivation 'bitwarden-x86_64-unknown-linux-gnu-2023.5.1'
derivation 'npm-install-hook'
derivation 'make-shell-wrapper-hook'
Works on 2.93. Sorry for the flakehub repro, don't have a lot of energy atm to keep minimizing this. I think a tell-tale sign is the fact that the derivation name is prefixed (x86_64-unknown-linux-gnu) as if nixpkgs is cross-compiled to gnu64, but it's not. raitobezarius this must have to do with the thunk equality changes?
|