meta: add attic
This commit is contained in:
parent
a49766e75a
commit
2bed05a789
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -49,6 +49,16 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
attic = {
|
||||
url = "github:zhaofengli/attic";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs-stable.follows = "nixpkgs";
|
||||
flake-compat.follows = "blank";
|
||||
flake-utils.follows = "repin-flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
nar-serve = {
|
||||
url = "github:numtide/nar-serve/v0.5.0";
|
||||
inputs = {
|
||||
|
|
Loading…
Reference in a new issue