From c0594967a7870d86dd3ca36fea446227044ac761 Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 2 Jun 2024 20:27:03 +0200 Subject: [PATCH] Flake: pin catppuccin-vsc input --- flake.lock | 1 + flake.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 8f269bf..cd6704d 100644 --- a/flake.lock +++ b/flake.lock @@ -54,6 +54,7 @@ "original": { "owner": "catppuccin", "repo": "vscode", + "rev": "f0a6271f62ebb868f32c7ad4ecb31104c26f987a", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 6b4b15c..798d6c9 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,8 @@ inputs.home-manager.follows = "home-manager-unstable"; }; - catppuccin-vsc.url = "github:catppuccin/vscode"; + # The maintainer for this retired and the nix build is broken now :( + catppuccin-vsc.url = "github:catppuccin/vscode/f0a6271f62ebb868f32c7ad4ecb31104c26f987a"; vscode-extensions = { url = "github:nix-community/nix-vscode-extensions";