Skip to content

Commit 48e4737

Browse files
committed
bump flake inputs: bats, cutting-garden, doppelgang (+4 more)
bats: cc40860 → ? cutting-garden: 7bc7ac7 → ? doppelgang: 9ea116b → ? igloo: e04bba9 → ? purse-first: 2c7eac2 → ? tap: 4531c9f → ? tommy: 68213be → ?
1 parent f87ec33 commit 48e4737

4 files changed

Lines changed: 81 additions & 120 deletions

File tree

flake.lock

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

flake.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
inputs = {
33
igloo = {
4-
url = "git+https://code.linenisgreat.com/igloo.git";
4+
url = "https://code.linenisgreat.com/igloo/archive/master.tar.gz";
55
inputs.nixpkgs-master.follows = "nixpkgs-master";
66
inputs.treefmt-nix.follows = "treefmt-nix";
77
inputs.bun2nix.follows = "bun2nix";
@@ -31,7 +31,7 @@
3131
};
3232

3333
tommy = {
34-
url = "git+https://code.linenisgreat.com/tommy.git";
34+
url = "https://code.linenisgreat.com/tommy/archive/master.tar.gz";
3535
inputs.igloo.follows = "igloo";
3636
inputs.nixpkgs-master.follows = "nixpkgs-master";
3737
inputs.utils.follows = "utils";
@@ -44,7 +44,7 @@
4444
# The fork's bats does NOT accept `--bin-dir`; tests find binaries
4545
# by env var (`CHREST_BIN`, etc.) instead.
4646
bats = {
47-
url = "git+https://code.linenisgreat.com/bats.git";
47+
url = "https://code.linenisgreat.com/bats/archive/master.tar.gz";
4848
inputs.igloo.follows = "igloo";
4949
inputs.nixpkgs-master.follows = "nixpkgs-master";
5050
inputs.utils.follows = "utils";
@@ -55,7 +55,7 @@
5555
# touches flake.lock — no go.mod / gomod2nix.toml lockstep edits.
5656
# See amarbel-llc/chrest#84 and amarbel-llc/nixpkgs RFC 0001.
5757
tap = {
58-
url = "git+https://code.linenisgreat.com/tap.git";
58+
url = "https://code.linenisgreat.com/tap/archive/master.tar.gz";
5959
inputs.bats.follows = "bats";
6060
inputs.gomod2nix.follows = "purse-first/gomod2nix";
6161
inputs.igloo.follows = "igloo";
@@ -67,15 +67,15 @@
6767

6868
# Consumed via goFlakeInputs for libs/dewey and libs/go-mcp.
6969
purse-first = {
70-
url = "git+https://code.linenisgreat.com/purse-first.git";
70+
url = "https://code.linenisgreat.com/purse-first/archive/master.tar.gz";
7171
inputs.igloo.follows = "igloo";
7272
inputs.nixpkgs-master.follows = "nixpkgs-master";
7373
inputs.utils.follows = "utils";
7474
};
7575

7676
# Provides `doppelgang lint`; flake.lock dedup gate (chrest#87).
7777
doppelgang = {
78-
url = "git+https://code.linenisgreat.com/doppelgang.git";
78+
url = "https://code.linenisgreat.com/doppelgang/archive/master.tar.gz";
7979
inputs.igloo.follows = "igloo";
8080
inputs.nixpkgs-master.follows = "nixpkgs-master";
8181
inputs.utils.follows = "utils";
@@ -91,7 +91,7 @@
9191
# `follows` names verified against cutting-garden's own flake.nix
9292
# (it calls the flake-utils input `flake-utils`, not `utils`).
9393
cutting-garden = {
94-
url = "git+https://code.linenisgreat.com/cutting-garden.git";
94+
url = "https://code.linenisgreat.com/cutting-garden/archive/master.tar.gz";
9595
inputs.igloo.follows = "igloo";
9696
inputs.nixpkgs-master.follows = "nixpkgs-master";
9797
inputs.flake-utils.follows = "utils";

go/pkgs/browser_items/main.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/pkgs/client/main.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)