From 90411b997c347ec133c3e61b0d1f2c8682e994c1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 10 Dec 2023 07:05:50 -0500 Subject: atlas: start hosting attic --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake.nix') 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 = { -- cgit v1.2.3