Skip to content

Commit

Permalink
use vscode-extensions from codium input
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jun 25, 2023
1 parent 2760138 commit 3bb63c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 122 deletions.
127 changes: 8 additions & 119 deletions templates/codium/generic/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions templates/codium/generic/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
codium.url = "github:deemp/flakes?dir=codium";
flake-utils_.url = "github:deemp/flakes?dir=source-flake/flake-utils";
flake-utils.follows = "flake-utils_/flake-utils";
vscode-extensions_.url = "github:deemp/flakes?dir=source-flake/nix-vscode-extensions";
vscode-extensions.follows = "vscode-extensions_/vscode-extensions";
devshell.url = "github:deemp/flakes?dir=devshell";
flakes-tools.url = "github:deemp/flakes?dir=flakes-tools";
workflows.url = "github:deemp/flakes?dir=workflows";
Expand All @@ -18,7 +16,7 @@
inherit (inputs.codium.lib.${system}) mkCodium writeSettingsJSON extensions extensionsCommon settingsNix settingsCommon;
inherit (inputs.devshell.lib.${system}) mkCommands mkRunCommands mkRunCommandsDir mkShell;
inherit (inputs.flakes-tools.lib.${system}) mkFlakesTools;
inherit (inputs.vscode-extensions.extensions.${system}) vscode-marketplace open-vsx;
inherit (inputs.codium.inputs.vscode-extensions.extensions.${system}) vscode-marketplace open-vsx;
inherit (inputs.workflows.lib.${system}) writeWorkflow nixCI;

tools = [ pkgs.hello ];
Expand Down

0 comments on commit 3bb63c4

Please sign in to comment.