Archived
1
0
forked from rarias/bscpkgs

WIP isolate execution

This commit is contained in:
2020-10-05 16:40:22 +02:00
parent 896ebd4ace
commit 2a01ee7f24
12 changed files with 145 additions and 65 deletions

View File

@@ -1,5 +1,6 @@
{
stdenv
, glibc
, targetCluster
, nixPrefix
}:
@@ -8,6 +9,7 @@ stdenv.mkDerivation rec {
name = "nixtools-${targetCluster}";
#version = "${src.shortRev}";
src = ~/nixtools;
buildInputs = [ glibc.static ];
makeFlags = [ "DESTDIR=$(out)" ];
preBuild = "env";
dontPatchShebangs = true;