From 8f14293fc99a0496bf18dfef5b30508af5d3f85c Mon Sep 17 00:00:00 2001 From: Danila Danko <48378098+deemp@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:28:39 +0300 Subject: [PATCH] add nix-vscode-extensions (#601) --- flakes/manual.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flakes/manual.toml b/flakes/manual.toml index cea29f3..c1e122a 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -137,4 +137,9 @@ repo = "geomyidae-flake" [[sources]] type = "github" owner = "matthewcroughan" -repo = "filestash-nix" \ No newline at end of file +repo = "filestash-nix" + +[[sources]] +type = "github" +owner = "nix-community" +repo = "nix-vscode-extensions" \ No newline at end of file