pkgs/nix-directory: use stdenvNoCC.mkDerivation

This commit is contained in:
Alexander Sosedkin 2024-07-06 15:16:01 +02:00
parent 45fcd2da39
commit 9ce04c7de1

View file

@ -1,6 +1,14 @@
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
{ config, lib, stdenv, closureInfo, prootTermux, proot, pkgsStatic, system }:
{ config
, lib
, stdenvNoCC
, closureInfo
, prootTermux
, proot
, pkgsStatic
, system
}:
let
buildRootDirectory = "root-directory";
@ -20,7 +28,7 @@ let
};
in
stdenv.mkDerivation {
stdenvNoCC.mkDerivation {
name = "nix-directory";
src = builtins.fetchurl {