Flake: pin catppuccin-vsc input

This commit is contained in:
Toast 2024-06-02 20:27:03 +02:00
parent 05c28f5ce5
commit c0594967a7
2 changed files with 3 additions and 1 deletions

1
flake.lock generated
View file

@ -54,6 +54,7 @@
"original": {
"owner": "catppuccin",
"repo": "vscode",
"rev": "f0a6271f62ebb868f32c7ad4ecb31104c26f987a",
"type": "github"
}
},

View file

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