From f2111e5ea2d1272be3cd0863fcd51dce031ffdb0 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 3 Nov 2023 10:46:53 -0400 Subject: flake: update catppuccin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'catppuccin': 'github:Stonks3141/ctp-nix/5713b478b10c5ef703fd921d96ca6a3057c457b5' (2023-10-22) → 'github:Stonks3141/ctp-nix/96e861b5ab6856f5c630995a0b5365c710f5abf3' (2023-11-02) • Removed input 'catppuccin/flake-compat' • Added input 'catppuccin/home-manager': 'github:nix-community/home-manager/48b0a30202516e25d9885525fbb200a045f23f26' (2023-11-01) • Added input 'catppuccin/home-manager/nixpkgs': follows 'catppuccin/nixpkgs' --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 92c2bea..c4df589 100644 --- a/flake.lock +++ b/flake.lock @@ -57,19 +57,19 @@ }, "catppuccin": { "inputs": { - "flake-compat": [ - "flake-compat" + "home-manager": [ + "hm" ], "nixpkgs": [ "nixpkgs" ] }, "locked": { - "lastModified": 1698002908, - "narHash": "sha256-Bge0FHsAQx1SQZyzpFl0EdgLC/RaYEToU2YVUMDlFvw=", + "lastModified": 1698948541, + "narHash": "sha256-ZFAzJ1csZ3WEHoVbc0fRy8zItIYp3OgKnqDQuL9ok8I=", "owner": "Stonks3141", "repo": "ctp-nix", - "rev": "5713b478b10c5ef703fd921d96ca6a3057c457b5", + "rev": "96e861b5ab6856f5c630995a0b5365c710f5abf3", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index c1ff943..092d573 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ url = "github:Stonks3141/ctp-nix"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-compat.follows = "flake-compat"; + home-manager.follows = "hm"; }; }; -- cgit v1.2.3