Compare commits
2 commits
main
...
garage-tes
Author | SHA1 | Date | |
---|---|---|---|
2deac5b5c4 | |||
5cc2143b2d |
2 changed files with 3 additions and 2 deletions
1
.github/workflows/build-and-cache.yml
vendored
1
.github/workflows/build-and-cache.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
||||||
- .#attic-server
|
- .#attic-server
|
||||||
- .#eza
|
- .#eza
|
||||||
- .#conduwuit
|
- .#conduwuit
|
||||||
|
- "github:cything/nixpkgs/garage-module#nixosTests.garage.with-3node-replication1_x"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
|
@ -10,8 +10,8 @@ final: prev: {
|
||||||
src = final.fetchFromGitHub {
|
src = final.fetchFromGitHub {
|
||||||
owner = "cything";
|
owner = "cything";
|
||||||
repo = "attic";
|
repo = "attic";
|
||||||
rev = "d660c85bdb6bb10499a23a846a13107ea0c72769";
|
rev = "ef9a067d84dcf02e280bb82796a2e0ee6177a34d";
|
||||||
hash = "sha256-E22d2OLV02L2QdiSeK58flveehR8z8WIKkcN/njAMdg=";
|
hash = "sha256-BLY/RiyQfSgzxu6TDIzkE2mRT3YI5llJc35j57C8Os4=";
|
||||||
};
|
};
|
||||||
cargoLock = null;
|
cargoLock = null;
|
||||||
cargoHash = "sha256-AbpWnYfBMrR6oOfy2LkQvIPYsClCWE89bJav+iHTtLM=";
|
cargoHash = "sha256-AbpWnYfBMrR6oOfy2LkQvIPYsClCWE89bJav+iHTtLM=";
|
||||||
|
|
Loading…
Add table
Reference in a new issue