Skip to content

Commit 696ca38

Browse files
authored
Split flake lists into groups (#1037)
* Split flake lists into two groups Hopefully fixing #1033 * Split further... * Add missing github-ntoz * rename other
1 parent f931be6 commit 696ca38

File tree

8 files changed

+300
-298
lines changed

8 files changed

+300
-298
lines changed

.github/workflows/check-flake-files.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
5050
echo "::error file=$flake_group::$report"
5151
fi
52+
53+
nix-store --gc
5254

5355
echo ::endgroup::
5456

.github/workflows/import-to-elasticsearch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
group:
97-
- "manual"
97+
- "github-atom"
98+
- "github-ntoz"
99+
- "other"
98100

99101
env:
100102
RUST_LOG: debug

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You may need to manually edit `frontend/src/Search.elm` to use the right index.
9494

9595
## Adding flakes
9696

97-
To add your own flakes to the search index edit [./flakes/manual.toml](./flakes/manual.toml), keeping the alphabetical ordering.
97+
To add your own flakes to the search index edit the relevant file in [./flakes/](./flakes/), keeping the alphabetical ordering.
9898

9999
Possible types are `github`, `gitlab`, `sourcehut`, and `git` (which is the fallback for any kind of git repository but requires to set a revision key manually as of now).
100100

flakes/github-atom.toml

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
[[sources]]
2+
type = "github"
3+
owner = "anpandey"
4+
repo = "numen-nix"
5+
6+
[[sources]]
7+
# Please open upstream issue when removing:
8+
# https://github.com/astro/microvm.nix/issues/new
9+
type = "github"
10+
owner = "astro"
11+
repo = "microvm.nix"
12+
13+
[[sources]]
14+
type = "github"
15+
owner = "atuinsh"
16+
repo = "atuin"
17+
18+
[[sources]]
19+
type = "github"
20+
owner = "bobvanderlinden"
21+
repo = "nixpkgs-ruby"
22+
23+
[[sources]]
24+
type = "github"
25+
owner = "brizzbuzz"
26+
repo = "opnix"
27+
28+
[[sources]]
29+
type = "github"
30+
owner = "CertainLach"
31+
repo = "fleet"
32+
33+
[[sources]]
34+
type = "github"
35+
owner = "chaotic-cx"
36+
repo = "nyx"
37+
38+
[[sources]]
39+
type = "github"
40+
owner = "dgollings"
41+
repo = "nix-atlas"
42+
43+
[[sources]]
44+
type = "github"
45+
owner = "edolstra"
46+
repo = "flake-compat"
47+
48+
[[sources]]
49+
type = "github"
50+
owner = "eza-community"
51+
repo = "eza"
52+
53+
[[sources]]
54+
type = "github"
55+
owner = "fort-nix"
56+
repo = "nix-bitcoin"
57+
58+
[[sources]]
59+
type = "github"
60+
owner = "helix-editor"
61+
repo = "helix"
62+
63+
[[sources]]
64+
type = "github"
65+
owner = "hellwolf"
66+
repo = "solc.nix"
67+
68+
[[sources]]
69+
type = "github"
70+
owner = "hercules-ci"
71+
repo = "flake-parts"
72+
73+
[[sources]]
74+
type = "github"
75+
owner = "hyprwm"
76+
repo = "hyprland"
77+
78+
[[sources]]
79+
type = "github"
80+
owner = "input-output-hk"
81+
repo = "haskell.nix"
82+
83+
[[sources]]
84+
type = "github"
85+
owner = "jj-vcs"
86+
repo = "jj"
87+
88+
[[sources]]
89+
type = "github"
90+
owner = "jonahbron"
91+
repo = "micropython-builder"
92+
93+
[[sources]]
94+
type = "github"
95+
owner = "juliosueiras-nix"
96+
repo = "nix-security"
97+
98+
[[sources]]
99+
type = "github"
100+
owner = "kashw2"
101+
repo = "bitbucket-runner-nix"
102+
103+
[[sources]]
104+
type = "github"
105+
owner = "lnbits"
106+
repo = "lnbits-legend"
107+
108+
[[sources]]
109+
type = "github"
110+
owner = "matthewcroughan"
111+
repo = "filestash-nix"
112+
113+
[[sources]]
114+
type = "github"
115+
owner = "Mic92"
116+
repo = "sops-nix"
117+
118+
[[sources]]
119+
type = "github"
120+
owner = "mirrexagon"
121+
repo = "nixpkgs-esp-dev"

flakes/github-ntoz.toml

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
[[sources]]
2+
type = "github"
3+
owner = "ngi-nix"
4+
repo = "lightmeter"
5+
6+
[[sources]]
7+
type = "github"
8+
owner = "ngi-nix"
9+
repo = "offen"
10+
11+
[[sources]]
12+
type = "github"
13+
owner = "ngi-nix"
14+
repo = "openpgp-ca"
15+
16+
[[sources]]
17+
type = "github"
18+
owner = "ngi-nix"
19+
repo = "weblate"
20+
21+
[[sources]]
22+
type = "github"
23+
owner = "nix-community"
24+
repo = "autofirma-nix"
25+
26+
[[sources]]
27+
type = "github"
28+
owner = "nix-community"
29+
repo = "fenix"
30+
31+
[[sources]]
32+
type = "github"
33+
owner = "nix-community"
34+
repo = "home-manager"
35+
36+
[[sources]]
37+
type = "github"
38+
owner = "nix-community"
39+
repo = "nix-vscode-extensions"
40+
41+
[[sources]]
42+
type = "github"
43+
owner = "NixOS"
44+
repo = "hydra"
45+
46+
[[sources]]
47+
type = "github"
48+
owner = "numtide"
49+
repo = "flake-utils"
50+
51+
[[sources]]
52+
type = "github"
53+
owner = "PaddiM8"
54+
repo = "kalker"
55+
56+
[[sources]]
57+
type = "github"
58+
owner = "PrismLauncher"
59+
repo = "PrismLauncher"
60+
61+
[[source]]
62+
type = "github"
63+
owner = "pta2002"
64+
repo = "nixvim"
65+
66+
[[sources]]
67+
type = "github"
68+
owner = "ryantm"
69+
repo = "agenix"
70+
71+
[[sources]]
72+
type = "github"
73+
owner = "snowfallorg"
74+
repo = "nixos-conf-editor"
75+
76+
[[sources]]
77+
type = "github"
78+
owner = "snowfallorg"
79+
repo = "nix-software-center"
80+
81+
[[sources]]
82+
type = "github"
83+
owner = "stackbuilders"
84+
repo = "nixpkgs-terraform"
85+
86+
[[sources]]
87+
type = "github"
88+
owner = "StardustXR"
89+
repo = "telescope"
90+
91+
[[sources]]
92+
type = "github"
93+
owner = "surrealdb"
94+
repo = "surrealdb"
95+
96+
[[sources]]
97+
type = "github"
98+
owner = "Svenum"
99+
repo = "Solaar-Flake"
100+
101+
[[sources]]
102+
type = "github"
103+
owner = "TraceMachina"
104+
repo = "nativelink"
105+
106+
[[sources]]
107+
type = "github"
108+
owner = "utensils"
109+
repo = "mcp-nixos"
110+
111+
[[sources]]
112+
type = "github"
113+
owner = "Wazzaps"
114+
repo = "fingerpaint"
115+
116+
[[sources]]
117+
type = "github"
118+
owner = "YaLTeR"
119+
repo = "niri"
120+
121+
[[sources]]
122+
type = "github"
123+
owner = "yusdacra"
124+
repo = "nix-cargo-integration"
125+
126+
[[sources]]
127+
type = "github"
128+
owner = "yusdacra"
129+
repo = "rust-nix-templater"
130+
131+
[[sources]]
132+
type = "github"
133+
owner = "zed-industries"
134+
repo = "zed"

0 commit comments

Comments
 (0)