diff options
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 3be832320987..1781c3d33bce 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -64,8 +64,12 @@ let dfu-programmer dfu-util diffutils - dockerTools docker-compose + dockerTools + emacs26 + emacs26-nox + emacsPackages + emacsPackagesGen execline fd fetchFromGitHub @@ -127,8 +131,8 @@ let ripgrep rsync runCommand - runCommandNoCC runCommandLocal + runCommandNoCC rustPlatform rustc s6-portable-utils @@ -154,13 +158,6 @@ let zlib zstd; - # Inherit packages that should come from a stable channel - inherit (stableNixpkgs) - emacs26 - emacs26-nox - emacsPackages - emacsPackagesGen; - # Required by //third_party/nix inherit (nixpkgs) aws-sdk-cpp |