zaphyra's git: tgcNUR

fork of https://git.transgirl.cafe/zaphoid/tgc-nix-user-repository

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
tgcFlake:
(
  let
    collectModules = (import ../lib/collectModules.nix { }).collectModules;
    tgcMaintainers = import ../maintainers.nix;
  in
  collectModules {
    path = ./.;
    fileName = "default.nix";
    scope = {
      inherit tgcMaintainers tgcFlake;
    };
  }
)