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";