aboutsummaryrefslogtreecommitdiff
path: root/nix
Commit message (Collapse)AuthorAgeFilesLines
* Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-versionQuentin Dufour2022-08-111-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 abilityQuentin Dufour2022-07-263-37/+122
|
* Refactor default.nix to follow Nix Flakes patternsQuentin Dufour2022-07-262-0/+142
|
* Bump Nix image to 22.05Quentin Dufour2022-07-261-0/+2
|
* Put log-lines in nix.confQuentin Dufour2022-07-261-0/+1
|
* Patch cargo2nix openssl overrideci/arm_opensslQuentin Dufour2022-03-171-3/+3
|
* Test WinSCPtest/winscpQuentin Dufour2022-03-032-0/+30
|
* Add integration tests to DroneQuentin Dufour2022-02-101-1/+3
|
* Upgrade cargo2nixQuentin Dufour2022-02-101-1/+2
|
* Generate and upload a JSON resultQuentin Dufour2022-02-051-4/+6
|
* Add URL field to JSON buildsAlex Auvolat2022-02-051-1/+1
|
* Generate JSON build descriptionQuentin Dufour2022-02-051-3/+6
|
* Extract toolchain build from the CIbug/rust-muslQuentin Dufour2021-10-292-3/+29
|
* Use Rust binaries from Nix instead of rustupQuentin Dufour2021-10-291-6/+0
|
* Build Garage with Nixfeature/staticQuentin Dufour2021-10-194-0/+203