summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-10 07:05:50 -0500
committerseth <[email protected]>2023-12-10 07:05:50 -0500
commit90411b997c347ec133c3e61b0d1f2c8682e994c1 (patch)
tree686c3c50abbcfbe2447ce2bdef626fbff6aa5dbb /flake.nix
parent173a5800f441aac8d27ea39b284d8e51e517df4b (diff)
atlas: start hosting attic
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f342e34..598c977 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,6 +38,17 @@
};
};
+ attic = {
+ url = "github:zhaofengli/attic";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ nixpkgs-stable.follows = "nixpkgs-stable";
+ crane.follows = "lanzaboote/crane";
+ flake-utils.follows = "pre-commit/flake-utils";
+ flake-compat.follows = "pre-commit/flake-compat";
+ };
+ };
+
catppuccin = {
url = "github:Stonks3141/ctp-nix";
inputs = {