Merge pull request #128065 from jonringer/stdenv-no-cc

mkShellNoCC: init
This commit is contained in:
Sandro
2021-06-25 15:50:32 +02:00
committed by GitHub
+1
View File
@@ -622,6 +622,7 @@ in
};
mkShell = callPackage ../build-support/mkshell { };
mkShellNoCC = mkShell.override { stdenv = stdenvNoCC; };
nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacs.pkgs) inherit-local; };