| 11 Feb 2026 |
denommus | that's the thing, they are in the repo, but for some reason crate2nix is not seeing them | 13:35:16 |
catbrained (she/her) | Where in the repo are they? They might get filtered out.
I haven't user crate2nix myself but I think it applies some filter to the directory to figure out what to include/ignore.
I've run into something similar with crane, and I had to explicitly tell it to include certain files | 13:50:35 |
catbrained (she/her) | * | 13:51:08 |
denommus | yeah, I also had to be explicit with crane, hence why I'm asking how to be explicit with crate2nix. The files are in the root directory of the project | 14:49:29 |
Ben Sparks | theyre not in https://github.com/Denommus/crate2nix-sample.
which is likely why the flake is not picking them up | 14:50:36 |
Ben Sparks | if you've initialised your flake in a folder that represent a git repo, flakes will ignore any files that are not in that repo | 14:51:01 |
denommus | that's just a sample to show how the system breaks with rust-overlay if I'm not using IFD, it's unrelated to my actual code | 14:52:27 |
Toma | Could some people take a quick look at this fairly simple change to fetchCargoVendor to make it more robust.
https://github.com/NixOS/nixpkgs/pull/486983
I think it's good to go, but I don't think it's good to merge things into staging without the approval of others. | 15:41:12 |
| @robert:scs.ems.host changed their display name from Robert Rose to Robert Rose (away 12.2 & 13.2). | 16:26:49 |
| @geekio:sibnsk.net left the room. | 18:49:27 |
accelbread | how often does Rust in nixpkgs get updated? | 18:55:58 |
K900 | On unstable, usually every release unless something goes horribly wrong | 18:56:56 |