meta: add attic

This commit is contained in:
Max Headroom 2023-06-13 00:04:34 +02:00
parent a49766e75a
commit 2bed05a789

View file

@ -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 = {