Commit Graph

36 Commits

Author SHA1 Message Date
renovate[bot]
5f7b76bdd9 chore: update gomod2nix.toml 2024-09-30 17:15:03 +00:00
renovate[bot]
c08f70b8de chore: update gomod2nix.toml 2024-09-30 13:06:38 +00:00
renovate[bot]
7b925fed67 chore: update gomod2nix.toml 2024-09-27 13:31:19 +00:00
renovate[bot]
913f4d4a66 chore: update gomod2nix.toml 2024-09-25 09:51:13 +00:00
Brian McGee
31f92fb144
Merge pull request #416 from numtide/renovate/github.com-go-git-go-billy-v5-digest
Some checks are pending
gh-pages / build (push) Waiting to run
gh-pages / deploy (push) Blocked by required conditions
golangci-lint / lint (push) Waiting to run
fix(deps): update github.com/go-git/go-billy/v5 digest to 9745bbb
2024-09-24 12:20:06 +02:00
dependabot[bot]
48ab090e8c
chore(deps): bump rollup from 4.17.1 to 4.22.4 in /docs
Bumps [rollup](https://github.com/rollup/rollup) from 4.17.1 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.17.1...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 11:14:29 +01:00
renovate[bot]
bda5122b40 chore: update gomod2nix.toml 2024-09-24 10:11:32 +00:00
dependabot[bot]
1c8e76a9e3
chore(deps): bump vite from 5.4.1 to 5.4.6 in /docs
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.1 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-09-19 17:54:50 +01:00
renovate[bot]
db956e0f3b chore: update gomod2nix.toml 2024-09-17 11:26:09 +00:00
renovate[bot]
e28e907ee8 chore: update gomod2nix.toml 2024-09-12 03:02:09 +00:00
renovate[bot]
f08930aec1 chore: update gomod2nix.toml 2024-09-11 01:33:21 +00:00
renovate[bot]
21e6131f61 chore: update gomod2nix.toml 2024-09-06 15:47:42 +00:00
renovate[bot]
772a9fda07 chore: update gomod2nix.toml 2024-09-06 09:28:16 +00:00
renovate[bot]
9741a2cef9 chore: update gomod2nix.toml 2024-09-05 17:09:27 +00:00
Jonas Chevalier
2b9a5f99a6
chore: use opentofu instead of terraform (#399)
Some checks failed
gh-pages / build (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
gh-pages / deploy (push) Has been cancelled
Avoids the unfree shenanigans
2024-08-30 19:27:39 +02:00
zimbatm
5306a5e092 fix: resolve commands relative to the root
When configuring treefmt with relative paths to commands, for example if
you want to create your own repo-specific wrappers, treefmt would fail
if executed in a sub-directory.

This change makes sure that the relative path is resolved based on the
treefmt root instead of the current directory.
2024-08-29 16:17:00 +00:00
zimbatm
611cad7637 chore(gomod2nix): add breadcrumb
Make it easier for developers to find out how to update the file.
2024-08-29 16:17:00 +00:00
renovate[bot]
4144bb067c
chore(deps): update dependency vitepress to v1.3.4 2024-08-29 17:08:41 +01:00
renovate[bot]
c43f3fdd8b chore: update gomod2nix.toml 2024-08-29 15:56:35 +00:00
renovate[bot]
c64bba0235 chore: update gomod2nix.toml 2024-08-21 20:11:57 +00:00
renovate[bot]
52a3d49ed3 chore: update gomod2nix.toml 2024-08-21 10:36:00 +00:00
renovate[bot]
571ef274bf chore: update gomod2nix.toml 2024-08-21 10:30:08 +00:00
renovate[bot]
5786352ed3 chore: update gomod2nix.toml 2024-08-19 21:48:43 +00:00
renovate[bot]
f953dae939
chore(deps): update dependency vitepress to v1.3.3 2024-08-19 16:02:13 +01:00
renovate[bot]
3ad4f4c804 chore: update gomod2nix.toml 2024-08-15 11:07:29 +00:00
renovate[bot]
cb3a96d7ac chore: update gomod2nix.toml 2024-08-15 11:02:19 +00:00
renovate[bot]
402fa4a172
fix(deps): update dependency vitepress-versioning-plugin to v1.2.1 2024-08-08 09:08:17 +01:00
renovate[bot]
f9eb50dbd6
fix(deps): update github.com/go-git/go-git/v5 digest to c594bae 2024-08-08 09:01:46 +01:00
renovate[bot]
a09b6c24a1
fix(deps): update github.com/go-git/go-billy/v5 digest to fac749f 2024-08-07 15:16:27 +01:00
renovate[bot]
b2d05e4cf9
fix(deps): update module golang.org/x/sync to v0.8.0 2024-08-07 15:04:18 +01:00
Brian McGee
7f6bfe72cd
chore: update docs FOD
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-08-01 15:35:19 +01:00
Brian McGee
e0c3eefacf
chore: update gomod2nix
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-08-01 15:32:11 +01:00
Brian McGee
85ce0a2f74
fix: use second precision when comparing file mod times
We were using whatever precision the underlying file system was giving us, and in some cases that can be very detailed. Some formatters mess with the mod time, but not to the same precision (e.g. dos2unix).

POSIX also specifies that mod time should be EPOCH (second) precision.

This change brings us back in line with how 1.x worked, and should resolve issues with false fail on change errors.
2024-07-06 17:38:43 +01:00
Brian McGee
d9f413a169
feat: simple versioned docs
It's a little brute force,
but since we have a small amount of docs currently it should help us in the near term
to avoid
releasing doc updates for features that have not been released yet.

Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-07-04 14:40:41 +01:00
Brian McGee
aea75cdeb1
feat: remove CGO dependencies and disable
Not required

Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-06-30 12:25:00 +01:00
Brian McGee
986f020c3d
feat: use numtide/blueprint instead of flake.parts
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-06-30 12:25:00 +01:00