use my fork for attic
This commit is contained in:
parent
0c943d1336
commit
f439de8a8b
2 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue