mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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
|
|
@ -45,7 +45,7 @@
|
|||
name = uuid;
|
||||
value = {
|
||||
install_url = "file:///${
|
||||
inputs.firefox-addons.packages.${pkgs.system}.${shortId}
|
||||
inputs.firefox-addons.packages.${pkgs.stdenv.hostPlatform.system}.${shortId}
|
||||
}/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/${uuid}.xpi";
|
||||
installation_mode = "force_installed";
|
||||
default_area = "menupanel";
|
||||
|
|
|
|||
|
|
@ -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