mkShellNoCC: init

Add a mkShell trivial builder to help create shells
which don't need a c toolchain.
This commit is contained in:
Jonathan Ringer 2021-06-24 21:14:37 -07:00
parent c223fd6007
commit 9b3091a94c
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

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; };