Skip to content

Commit 980c0fa

Browse files
committed
bump flake inputs: bats, hyphence, igloo (+6 more)
bats: cc40860 → ? hyphence: 1094142 → ? igloo: e04bba9 → ? madder: 22d6c97 → ? piggy: 07280cd → ? purse-first: 2c7eac2 → ? tap: 4531c9f → ? tommy: 68213be → ? treelint: 2099b7b → 255ce42
1 parent e42a35f commit 980c0fa

2 files changed

Lines changed: 71 additions & 104 deletions

File tree

flake.lock

Lines changed: 63 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
inputs = {
3-
igloo.url = "git+https://code.linenisgreat.com/igloo.git";
3+
igloo.url = "https://code.linenisgreat.com/igloo/archive/master.tar.gz";
44
nixpkgs-master.url = "github:NixOS/nixpkgs/567a49d1913ce81ac6e9582e3553dd90a955875f";
55
utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.102";
66

77
bats = {
8-
url = "git+https://code.linenisgreat.com/bats.git";
8+
url = "https://code.linenisgreat.com/bats/archive/master.tar.gz";
99
inputs.igloo.follows = "igloo";
1010
inputs.nixpkgs-master.follows = "nixpkgs-master";
1111
inputs.utils.follows = "utils";
1212
};
1313

1414
tap = {
15-
url = "git+https://code.linenisgreat.com/tap.git";
15+
url = "https://code.linenisgreat.com/tap/archive/master.tar.gz";
1616
inputs.igloo.follows = "igloo";
1717
inputs.nixpkgs-master.follows = "nixpkgs-master";
1818
inputs.utils.follows = "utils";
1919
inputs.bats.follows = "bats";
2020
};
2121

2222
purse-first = {
23-
url = "git+https://code.linenisgreat.com/purse-first.git";
23+
url = "https://code.linenisgreat.com/purse-first/archive/master.tar.gz";
2424
inputs.igloo.follows = "igloo";
2525
inputs.nixpkgs-master.follows = "nixpkgs-master";
2626
inputs.utils.follows = "utils";
@@ -30,7 +30,7 @@
3030
# consumes it too; madder.inputs.hyphence.follows below keeps both on the
3131
# same rev (RFC 0001 flake-input-go_mod bridge — see go/gomod.nix).
3232
hyphence = {
33-
url = "git+https://code.linenisgreat.com/hyphence.git";
33+
url = "https://code.linenisgreat.com/hyphence/archive/master.tar.gz";
3434
inputs.igloo.follows = "igloo";
3535
inputs.nixpkgs-master.follows = "nixpkgs-master";
3636
inputs.utils.follows = "utils";
@@ -42,7 +42,7 @@
4242
# tracks madder master; move it with `just go/update-flake-input madder`
4343
# (updates flake.lock + go.mod + gomod2nix in one shot) rather than
4444
# pinning a rev here.
45-
url = "git+https://code.linenisgreat.com/madder.git";
45+
url = "https://code.linenisgreat.com/madder/archive/master.tar.gz";
4646
inputs.igloo.follows = "igloo";
4747
inputs.nixpkgs-master.follows = "nixpkgs-master";
4848
inputs.utils.follows = "utils";
@@ -60,7 +60,7 @@
6060
# subPath). madder consumes it too; madder.inputs.piggy.follows
6161
# above keeps both on the same rev.
6262
piggy = {
63-
url = "git+https://code.linenisgreat.com/piggy.git";
63+
url = "https://code.linenisgreat.com/piggy/archive/master.tar.gz";
6464
inputs.igloo.follows = "igloo";
6565
inputs.nixpkgs-master.follows = "nixpkgs-master";
6666
inputs.utils.follows = "utils";
@@ -69,7 +69,7 @@
6969
};
7070

7171
tommy = {
72-
url = "git+https://code.linenisgreat.com/tommy.git";
72+
url = "https://code.linenisgreat.com/tommy/archive/master.tar.gz";
7373
inputs.igloo.follows = "igloo";
7474
inputs.nixpkgs-master.follows = "nixpkgs-master";
7575
inputs.utils.follows = "utils";

0 commit comments

Comments
 (0)