mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #128065 from jonringer/stdenv-no-cc
mkShellNoCC: init
This commit is contained in:
commit
2607ce8867
@ -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; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user