- There is useless ability for use Git submodules with Nix flakes
- It let us built Simula with the query,
.?submodules=1#simula
, from thenix build
command.
- It let us built Simula with the query,
- Then we can choose:
- Creates the Nix derivations from another repository. For now I chose this way.
- Creates the Nix derivations from local source code. The submodules will be replaced to normal source code, if we choose this way.
Creates the Nix derivations from submodules' source code.This way has an problem which will let us built Simula with.?submodules=1#simula
.