Skip to content

Commit

Permalink
fix: temporarily get vscode from master
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Aug 11, 2023
1 parent f759c17 commit 6ff4a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/_mixins/desktop/vscode.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
(vscode-with-extensions.override {
vscode = unstable.vscode;
vscode = master.vscode;
vscodeExtensions = with unstable.vscode-extensions; [
coolbear.systemd-unit-file
dart-code.flutter
Expand Down

0 comments on commit 6ff4a10

Please sign in to comment.