On 17-03-09 11:52am, Sébastien Petitdemange wrote: > Hi, > > I've modify fetchgit module to add an optional argument to filter > submodule. And I would like to use this optional argument to build my > local package. Unfortunately, nix-build still get fetchgit from the main > channel instead of ~/local/bcupckgs: > > -> nix-build --show-trace ~/local/bcupkgs --cores 8 -A lima-core
If you’re in the folder of the nixpkgs where you changed fetchgit, it should work. If it doesn’t, maybe your changes are not calling your modified version of fetchgit. -- Proudly written in Mutt with Vim on NixOS. Q: Why is this email five sentences or less? A: http://five.sentenc.es May take up to five days to read your message. If it’s urgent, call me. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
