diff options
| author | seth <[email protected]> | 2023-12-16 19:58:05 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-16 19:59:38 -0500 |
| commit | f08bc8913ada04bc29282424417b870b02a1e27b (patch) | |
| tree | e22ff9f801b8680177e59b135c87bf4959e1ef39 | |
| parent | 24508cc5c8e6964fbc30ef6194f6e8cb5bc59ae1 (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.lock | 14 | ||||
| -rw-r--r-- | flake.nix | 8 |
2 files changed, 4 insertions, 18 deletions
@@ -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": { @@ -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"; |
