diff options
| author | seth <[email protected]> | 2023-12-10 07:05:50 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-10 07:05:50 -0500 |
| commit | 90411b997c347ec133c3e61b0d1f2c8682e994c1 (patch) | |
| tree | 686c3c50abbcfbe2447ce2bdef626fbff6aa5dbb /flake.nix | |
| parent | 173a5800f441aac8d27ea39b284d8e51e517df4b (diff) | |
atlas: start hosting attic
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 = { |
