From 5cc2143b2db2ba3921ec8258f334ec7b73740482 Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 11 Jan 2025 01:56:35 -0500 Subject: [PATCH 1/2] test new attic branch --- overlay/attic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay/attic/default.nix b/overlay/attic/default.nix index 5e4161b..fff6baf 100644 --- a/overlay/attic/default.nix +++ b/overlay/attic/default.nix @@ -10,8 +10,8 @@ final: prev: { src = final.fetchFromGitHub { owner = "cything"; repo = "attic"; - rev = "d660c85bdb6bb10499a23a846a13107ea0c72769"; - hash = "sha256-E22d2OLV02L2QdiSeK58flveehR8z8WIKkcN/njAMdg="; + rev = "ef9a067d84dcf02e280bb82796a2e0ee6177a34d"; + hash = "sha256-BLY/RiyQfSgzxu6TDIzkE2mRT3YI5llJc35j57C8Os4="; }; cargoLock = null; cargoHash = "sha256-AbpWnYfBMrR6oOfy2LkQvIPYsClCWE89bJav+iHTtLM="; From 2deac5b5c41f24fc761b80b1825cfb69c380959a Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 11 Jan 2025 17:31:14 -0500 Subject: [PATCH 2/2] test this out --- .github/workflows/build-and-cache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 29173cb..8bf51e5 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -11,6 +11,7 @@ jobs: - .#attic-server - .#eza - .#conduwuit + - "github:cything/nixpkgs/garage-module#nixosTests.garage.with-3node-replication1_x" runs-on: ubuntu-latest steps: - uses: DeterminateSystems/nix-installer-action@main