attic: use configurable-concurrency branch

This commit is contained in:
cy 2025-01-08 19:25:59 -05:00
parent aff0542bb1
commit 5e89ec6e20
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -12,17 +12,17 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1736305328, "lastModified": 1736353000,
"narHash": "sha256-OGY1hFiDZzDi6cPuD/4Za23TkerPfVv7Nx9ded8w3lk=", "narHash": "sha256-PzglFIpNjoFLR5u0NO2+vrI2LACT9ZCRXk4zqYwEv+M=",
"owner": "cything", "owner": "cything",
"repo": "attic", "repo": "attic",
"rev": "9df5db35697a3a3eedcb2ef79b09f50bc62da81f", "rev": "cdb032600405c3db0ef76ea837ab34afdc97c3e3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "cything", "owner": "cything",
"ref": "configurable-concurrency",
"repo": "attic", "repo": "attic",
"rev": "9df5db35697a3a3eedcb2ef79b09f50bc62da81f",
"type": "github" "type": "github"
} }
}, },

View file

@ -24,7 +24,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
attic = { attic = {
url = "github:cything/attic/9df5db35697a3a3eedcb2ef79b09f50bc62da81f"; url = "github:cything/attic/configurable-concurrency";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };