summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-16 19:58:05 -0500
committerseth <[email protected]>2023-12-16 19:59:38 -0500
commitf08bc8913ada04bc29282424417b870b02a1e27b (patch)
treee22ff9f801b8680177e59b135c87bf4959e1ef39
parent24508cc5c8e6964fbc30ef6194f6e8cb5bc59ae1 (diff)
flake: update catppuccin
Flake lock file updates: • Updated input 'catppuccin': 'github:Stonks3141/ctp-nix/cceb51991e943e15b58d1d2483f93d5025ac1dd8' (2023-11-04) → 'github:Stonks3141/ctp-nix/4a76ba2815b6db301597630d14e4e40f4fb5fb0f' (2023-12-17) • Removed input 'catppuccin/home-manager' • Removed input 'catppuccin/nixpkgs'
-rw-r--r--flake.lock14
-rw-r--r--flake.nix8
2 files changed, 4 insertions, 18 deletions
diff --git a/flake.lock b/flake.lock
index 4368850..2821a57 100644
--- a/flake.lock
+++ b/flake.lock
@@ -58,20 +58,12 @@
}
},
"catppuccin": {
- "inputs": {
- "home-manager": [
- "hm"
- ],
- "nixpkgs": [
- "nixpkgs"
- ]
- },
"locked": {
- "lastModified": 1699141637,
- "narHash": "sha256-gNW6jw/lzxIYdenbxN7ZPkdEy1dmFFXO206twDemprM=",
+ "lastModified": 1702771919,
+ "narHash": "sha256-l6zkit3WPXuukWrQDpaNVNEQ2Y0lq1K+7OQmvtqFIJU=",
"owner": "Stonks3141",
"repo": "ctp-nix",
- "rev": "cceb51991e943e15b58d1d2483f93d5025ac1dd8",
+ "rev": "4a76ba2815b6db301597630d14e4e40f4fb5fb0f",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index ac378c3..f3f780b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,13 +38,7 @@
};
};
- catppuccin = {
- url = "github:Stonks3141/ctp-nix";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- home-manager.follows = "hm";
- };
- };
+ catppuccin.url = "github:Stonks3141/ctp-nix";
deploy = {
url = "github:serokell/deploy-rs";