mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
vscode: Use stable package
This commit is contained in:
parent
85808d18b8
commit
2b4a8ddb51
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
|||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -12,7 +11,7 @@
|
|||
config = lib.mkIf config.custom.programs.vscode.enable {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.vscodium;
|
||||
package = pkgs.vscodium;
|
||||
profiles.default.extensions =
|
||||
let
|
||||
inherit (inputs.vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue