DotNET: Difference between revisions

imported>WhiteBlackGoose
Added NativeAOT shell configuration (relevant since .NET 7).
imported>WhiteBlackGoose
removed unnecessary invokations for NIX_LD for NAOT shell
Line 148: Line 148:
     stdenv.cc.cc
     stdenv.cc.cc
   ] ++ deps);
   ] ++ deps);
   NIX_LD = lib.fileContents "${stdenv.cc}/nix-support/dynamic-linker";
   NIX_LD = "${pkgs.stdenv.cc.libc_bin}/bin/ld.so";
   nativeBuildInputs = [  
   nativeBuildInputs = [  
   ] ++ deps;
   ] ++ deps;