From 5e89ec6e2044def211e692e9e9bcec4b01df1113 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 8 Jan 2025 19:25:59 -0500 Subject: [PATCH] attic: use configurable-concurrency branch --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 35db661..ad5fb3a 100644 --- a/flake.lock +++ b/flake.lock @@ -12,17 +12,17 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1736305328, - "narHash": "sha256-OGY1hFiDZzDi6cPuD/4Za23TkerPfVv7Nx9ded8w3lk=", + "lastModified": 1736353000, + "narHash": "sha256-PzglFIpNjoFLR5u0NO2+vrI2LACT9ZCRXk4zqYwEv+M=", "owner": "cything", "repo": "attic", - "rev": "9df5db35697a3a3eedcb2ef79b09f50bc62da81f", + "rev": "cdb032600405c3db0ef76ea837ab34afdc97c3e3", "type": "github" }, "original": { "owner": "cything", + "ref": "configurable-concurrency", "repo": "attic", - "rev": "9df5db35697a3a3eedcb2ef79b09f50bc62da81f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index bd44262..5d46947 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; attic = { - url = "github:cything/attic/9df5db35697a3a3eedcb2ef79b09f50bc62da81f"; + url = "github:cything/attic/configurable-concurrency"; inputs.nixpkgs.follows = "nixpkgs"; };