mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
testenv: use mkShellNoCC
This shell does no longer need to download a c compiler, which speed up things quite a bit.
This commit is contained in:
parent
748988f4b9
commit
078b023769
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
pkgs.mkShellNoCC {
|
||||
nativeBuildInputs = [ pkgs.hello ];
|
||||
shellHook = ''
|
||||
echo "Executing shellHook."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue