| 4 Apr 2023 |
Mic92 | Don't know if this is easy to do with nix-env | 15:33:04 |
Mic92 | I'd say fixing nixpkgs would be the best idea | 15:33:12 |
Mic92 | Here is the nix-env command it runs: https://github.com/bennofs/nix-index/blob/a8ceb75b5f447ef5d0d5569dfd19401624b6c604/src/nixpkgs.rs#L36 | 15:33:49 |
hexa | ideally the lookup would throw | 15:42:32 |
hexa | cc Sandro 🐧 | 15:43:13 |
figsoda | https://github.com/NixOS/nixpkgs/pull/224671 | 15:43:22 |
Sandro | In reply to @figsoda:matrix.org https://github.com/NixOS/nixpkgs/pull/224671 Did you test if this is enough? I would have guessed that an or throw is missing somewhere | 15:56:55 |
Sandro | because that is an eval error, not a build error if I see that correct | 15:57:19 |
figsoda | the nix-env command ran into a different error on i686-linux | 15:57:57 |
figsoda | i figured maybe or throw is not needed because it works on darwin | 15:58:21 |