|
1 | 1 | { |
2 | 2 | inputs = { |
3 | | - igloo.url = "git+https://code.linenisgreat.com/igloo.git"; |
| 3 | + igloo.url = "https://code.linenisgreat.com/igloo/archive/master.tar.gz"; |
4 | 4 | nixpkgs-master.url = "github:NixOS/nixpkgs/567a49d1913ce81ac6e9582e3553dd90a955875f"; |
5 | 5 | utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.102"; |
6 | 6 |
|
7 | 7 | bats = { |
8 | | - url = "git+https://code.linenisgreat.com/bats.git"; |
| 8 | + url = "https://code.linenisgreat.com/bats/archive/master.tar.gz"; |
9 | 9 | inputs.igloo.follows = "igloo"; |
10 | 10 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
11 | 11 | inputs.utils.follows = "utils"; |
12 | 12 | }; |
13 | 13 |
|
14 | 14 | tap = { |
15 | | - url = "git+https://code.linenisgreat.com/tap.git"; |
| 15 | + url = "https://code.linenisgreat.com/tap/archive/master.tar.gz"; |
16 | 16 | inputs.igloo.follows = "igloo"; |
17 | 17 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
18 | 18 | inputs.utils.follows = "utils"; |
19 | 19 | inputs.bats.follows = "bats"; |
20 | 20 | }; |
21 | 21 |
|
22 | 22 | purse-first = { |
23 | | - url = "git+https://code.linenisgreat.com/purse-first.git"; |
| 23 | + url = "https://code.linenisgreat.com/purse-first/archive/master.tar.gz"; |
24 | 24 | inputs.igloo.follows = "igloo"; |
25 | 25 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
26 | 26 | inputs.utils.follows = "utils"; |
|
30 | 30 | # consumes it too; madder.inputs.hyphence.follows below keeps both on the |
31 | 31 | # same rev (RFC 0001 flake-input-go_mod bridge — see go/gomod.nix). |
32 | 32 | hyphence = { |
33 | | - url = "git+https://code.linenisgreat.com/hyphence.git"; |
| 33 | + url = "https://code.linenisgreat.com/hyphence/archive/master.tar.gz"; |
34 | 34 | inputs.igloo.follows = "igloo"; |
35 | 35 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
36 | 36 | inputs.utils.follows = "utils"; |
|
42 | 42 | # tracks madder master; move it with `just go/update-flake-input madder` |
43 | 43 | # (updates flake.lock + go.mod + gomod2nix in one shot) rather than |
44 | 44 | # pinning a rev here. |
45 | | - url = "git+https://code.linenisgreat.com/madder.git"; |
| 45 | + url = "https://code.linenisgreat.com/madder/archive/master.tar.gz"; |
46 | 46 | inputs.igloo.follows = "igloo"; |
47 | 47 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
48 | 48 | inputs.utils.follows = "utils"; |
|
60 | 60 | # subPath). madder consumes it too; madder.inputs.piggy.follows |
61 | 61 | # above keeps both on the same rev. |
62 | 62 | piggy = { |
63 | | - url = "git+https://code.linenisgreat.com/piggy.git"; |
| 63 | + url = "https://code.linenisgreat.com/piggy/archive/master.tar.gz"; |
64 | 64 | inputs.igloo.follows = "igloo"; |
65 | 65 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
66 | 66 | inputs.utils.follows = "utils"; |
|
69 | 69 | }; |
70 | 70 |
|
71 | 71 | tommy = { |
72 | | - url = "git+https://code.linenisgreat.com/tommy.git"; |
| 72 | + url = "https://code.linenisgreat.com/tommy/archive/master.tar.gz"; |
73 | 73 | inputs.igloo.follows = "igloo"; |
74 | 74 | inputs.nixpkgs-master.follows = "nixpkgs-master"; |
75 | 75 | inputs.utils.follows = "utils"; |
|
0 commit comments