summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-03 10:46:53 -0400
committerseth <[email protected]>2023-11-03 10:51:10 -0400
commitf2111e5ea2d1272be3cd0863fcd51dce031ffdb0 (patch)
treebbdcd47761e39423cac727d7f0a5d4b520e870fc
parent6e93699d6ffa99081b1081a381aea734d8c4d838 (diff)
flake: update catppuccin
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'
-rw-r--r--flake.lock10
-rw-r--r--flake.nix2
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";
};
};