nix-community / nixos-landscape

The Landscape of NixOS and associated projects [maintainer=@cafkafk]
https://landscape.nixlang.wiki
GNU Affero General Public License v3.0
32 stars 8 forks source link

Question: Submodule #15

Closed 9glenda closed 6 months ago

9glenda commented 6 months ago

Why do we use a git submodule for the source code of landscape2? The fork of landscape2 has no changes but I assume this is subject to change. Personally I'd highly reccomend deleting the fork and creating a non fork repo because github restricts forks (no issues, code search...). You can do the git magic locally with a second upstream... (You'll figure out).

Shouldn't dependencies be handled by the flake?

cafkafk commented 6 months ago

I'll eventually file a ticket with github to have them detach the fork, but then again, perhaps having issues centralized to this repository would be better.

I already have some local changes to the fork I haven't pushed yet.