mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Replace deprecated pkgs.system with pkgs.stdenv.hostPlatform.system
This commit is contained in:
parent
027419f774
commit
a4ff86def8
3 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
extensions =
|
||||
let
|
||||
vscode-extensions =
|
||||
inputs.vscode-extensions.extensions.${pkgs.system}.forVSCodeVersion
|
||||
inputs.vscode-extensions.extensions.${pkgs.stdenv.hostPlatform.system}.forVSCodeVersion
|
||||
config.programs.vscode.package.version;
|
||||
inherit (vscode-extensions) open-vsx;
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue