Loading pkgs/applications/editors/vscode/vscode.nix +1 −1 Original line number Diff line number Diff line { stdenv, lib, callPackage, fetchurl , isInsiders ? false , commandLineArgs ? "" , useVSCodeRipgrep ? false , useVSCodeRipgrep ? stdenv.isDarwin }: let Loading pkgs/applications/editors/vscode/vscodium.nix +1 −1 Original line number Diff line number Diff line { lib, stdenv, callPackage, fetchurl, nixosTests, commandLineArgs ? "", useVSCodeRipgrep ? false }: { lib, stdenv, callPackage, fetchurl, nixosTests, commandLineArgs ? "", useVSCodeRipgrep ? stdenv.isDarwin }: let inherit (stdenv.hostPlatform) system; Loading Loading
pkgs/applications/editors/vscode/vscode.nix +1 −1 Original line number Diff line number Diff line { stdenv, lib, callPackage, fetchurl , isInsiders ? false , commandLineArgs ? "" , useVSCodeRipgrep ? false , useVSCodeRipgrep ? stdenv.isDarwin }: let Loading
pkgs/applications/editors/vscode/vscodium.nix +1 −1 Original line number Diff line number Diff line { lib, stdenv, callPackage, fetchurl, nixosTests, commandLineArgs ? "", useVSCodeRipgrep ? false }: { lib, stdenv, callPackage, fetchurl, nixosTests, commandLineArgs ? "", useVSCodeRipgrep ? stdenv.isDarwin }: let inherit (stdenv.hostPlatform) system; Loading