|
1 | 1 | { |
2 | 2 | inputs = { |
3 | 3 | igloo = { |
4 | | - url = "git+https://code.linenisgreat.com/igloo.git"; |
| 4 | + url = "https://code.linenisgreat.com/igloo/archive/master.tar.gz"; |
5 | 5 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
6 | 6 | inputs.treefmt-nix.follows = "treefmt-nix"; |
7 | 7 | inputs.bun2nix.follows = "bun2nix"; |
|
31 | 31 | }; |
32 | 32 |
|
33 | 33 | tommy = { |
34 | | - url = "git+https://code.linenisgreat.com/tommy.git"; |
| 34 | + url = "https://code.linenisgreat.com/tommy/archive/master.tar.gz"; |
35 | 35 | inputs.igloo.follows = "igloo"; |
36 | 36 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
37 | 37 | inputs.utils.follows = "utils"; |
|
44 | 44 | # The fork's bats does NOT accept `--bin-dir`; tests find binaries |
45 | 45 | # by env var (`CHREST_BIN`, etc.) instead. |
46 | 46 | bats = { |
47 | | - url = "git+https://code.linenisgreat.com/bats.git"; |
| 47 | + url = "https://code.linenisgreat.com/bats/archive/master.tar.gz"; |
48 | 48 | inputs.igloo.follows = "igloo"; |
49 | 49 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
50 | 50 | inputs.utils.follows = "utils"; |
|
55 | 55 | # touches flake.lock — no go.mod / gomod2nix.toml lockstep edits. |
56 | 56 | # See amarbel-llc/chrest#84 and amarbel-llc/nixpkgs RFC 0001. |
57 | 57 | tap = { |
58 | | - url = "git+https://code.linenisgreat.com/tap.git"; |
| 58 | + url = "https://code.linenisgreat.com/tap/archive/master.tar.gz"; |
59 | 59 | inputs.bats.follows = "bats"; |
60 | 60 | inputs.gomod2nix.follows = "purse-first/gomod2nix"; |
61 | 61 | inputs.igloo.follows = "igloo"; |
|
67 | 67 |
|
68 | 68 | # Consumed via goFlakeInputs for libs/dewey and libs/go-mcp. |
69 | 69 | purse-first = { |
70 | | - url = "git+https://code.linenisgreat.com/purse-first.git"; |
| 70 | + url = "https://code.linenisgreat.com/purse-first/archive/master.tar.gz"; |
71 | 71 | inputs.igloo.follows = "igloo"; |
72 | 72 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
73 | 73 | inputs.utils.follows = "utils"; |
74 | 74 | }; |
75 | 75 |
|
76 | 76 | # Provides `doppelgang lint`; flake.lock dedup gate (chrest#87). |
77 | 77 | doppelgang = { |
78 | | - url = "git+https://code.linenisgreat.com/doppelgang.git"; |
| 78 | + url = "https://code.linenisgreat.com/doppelgang/archive/master.tar.gz"; |
79 | 79 | inputs.igloo.follows = "igloo"; |
80 | 80 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
81 | 81 | inputs.utils.follows = "utils"; |
|
91 | 91 | # `follows` names verified against cutting-garden's own flake.nix |
92 | 92 | # (it calls the flake-utils input `flake-utils`, not `utils`). |
93 | 93 | cutting-garden = { |
94 | | - url = "git+https://code.linenisgreat.com/cutting-garden.git"; |
| 94 | + url = "https://code.linenisgreat.com/cutting-garden/archive/master.tar.gz"; |
95 | 95 | inputs.igloo.follows = "igloo"; |
96 | 96 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
97 | 97 | inputs.flake-utils.follows = "utils"; |
|
0 commit comments