Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update rust toolchain to 1.68 and simplify Nix stuffnix-update-simplify | Alex Auvolat | 2023-04-25 | 1 | -1/+1 |
| | |||||
* | Apply nixfmt to all .nix files; fix devshell and add it to cache | Alex Auvolat | 2023-01-26 | 1 | -202/+215 |
| | |||||
* | Make repository into a Nix flake | Alex Auvolat | 2022-11-16 | 1 | -13/+20 |
| | |||||
* | Add TLS support for Consul discovery + refactoring | Alex Auvolat | 2022-10-18 | 1 | -0/+1 |
| | |||||
* | Cleanup nix scripts | Alex Auvolat | 2022-10-18 | 1 | -2/+3 |
| | |||||
* | Fix i386 build with custom toolchain (armv6 unknown state) | Alex Auvolat | 2022-10-14 | 1 | -28/+20 |
| | |||||
* | cargo2nix unstable (patched), rust 1.63.0, nixpkgs 22.05 (32-bit builds are ↵ | Alex Auvolat | 2022-10-14 | 1 | -65/+47 |
| | | | | broken) | ||||
* | Enable k2v feature flag in CIrm | Alex Auvolat | 2022-09-20 | 1 | -1/+1 |
| | |||||
* | Initialize metrics exporter earlier (fix #389)fix-metrics | Alex Auvolat | 2022-09-20 | 1 | -2/+2 |
| | |||||
* | Inject GIT_VERSION even later | Alex Auvolat | 2022-09-07 | 1 | -10/+10 |
| | |||||
* | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 1 | -10/+10 |
| | |||||
* | Update Nix files with optional db engines | Alex Auvolat | 2022-09-06 | 1 | -3/+2 |
| | |||||
* | Force disable pkg-config for libsodum-sys and libzstd-sys | Alex Auvolat | 2022-09-06 | 1 | -0/+18 |
| | |||||
* | Update .nix files | Alex Auvolat | 2022-09-06 | 1 | -3/+4 |
| | |||||
* | Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-version | Quentin Dufour | 2022-08-11 | 1 | -11/+10 |
| | | | | | | | | | | By default, structopt reports the value provided by the env var CARGO_PKG_VERSION, feeded by Cargo when reading Cargo.toml. However for Garage we use a versioning based on git, so we often report a version that is behind the real version. In this commit, we create garage_util::version::garage() that reports the right version and configure all structopt subcommands to call this function instead of using the env var. | ||||
* | Run clippy in nix, leveraging nix caching ability | Quentin Dufour | 2022-07-26 | 1 | -31/+118 |
| | |||||
* | Refactor default.nix to follow Nix Flakes patterns | Quentin Dufour | 2022-07-26 | 1 | -0/+140 |