| 20 Nov 2021 |
j-k | Or maybe this works git+file://$(pwd)?submodules=1
https://github.com/NixOS/nix/pull/5434
| 16:10:41 |
j-k | could try ?submodules=1 on what you have 🤷 | 16:10:58 |
lovesegfault | Yeah, it just doesn't work | 21:00:29 |
lovesegfault | I tried a bunch of ways | 21:00:32 |
| 21 Nov 2021 |
artemist 🏳️⚧️ | Does specialArgs only apply to modules directly referenced in the nixpkgs.lib.nixosSystem call? It seems like it's doing that for me and I'd like it to work recursively | 18:47:48 |
balsoft | In reply to @artemist:artem.ist Does specialArgs only apply to modules directly referenced in the nixpkgs.lib.nixosSystem call? It seems like it's doing that for me and I'd like it to work recursively No, it should work recursively | 18:48:12 |
balsoft | Have a link to the code? | 18:48:20 |
artemist 🏳️⚧️ | Oh, I think the issue is that it's being called from within home-manager | 18:48:45 |
balsoft | Hm, I don't understand what you're doing then 🤔 | 18:51:56 |
artemist 🏳️⚧️ | Okay, my non-working changes are here: https://github.com/artemist/nixos-config/commit/2824907ab6b1c03e34b2a8c98d181779ce8b06df | 18:55:20 |
artemist 🏳️⚧️ | I get error: cannot coerce null to a string in <nixpkgs>/pkgs/stdenv/generic/make-derivation.nix:224:17 | 19:01:06 |
balsoft | In reply to @artemist:artem.ist Okay, my non-working changes are here: https://github.com/artemist/nixos-config/commit/2824907ab6b1c03e34b2a8c98d181779ce8b06df Hm, interesting | 19:07:18 |