use my fork for attic

This commit is contained in:
cy 2025-01-06 22:06:36 -05:00
parent 0c943d1336
commit f439de8a8b
2 changed files with 10 additions and 8 deletions

View file

@ -24,7 +24,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
attic = {
url = "github:zhaofengli/attic";
url = "github:cything/attic/32";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -76,8 +76,9 @@
flake: pkgNames: _final: prev:
overridePkgsFromFlake prev flake pkgNames;
overlays = [
(overlayPkgsFromFlake inputs.nixpkgs-stable [
# "prometheus" # fails to build on unstable
(overlayPkgsFromFlake inputs.attic [
"attic-server"
"attic-client"
])
] ++ import ./overlay;