with import ./config.nix; mkDerivation { name = "gc-runtime"; builder = # Test inline source file definitions. builtins.toFile "builder.sh" '' mkdir $out cat > $out/program <<EOF #! ${shell} sleep 10000 EOF chmod +x $out/program ''; }
depot | ||
monorepo for the virus lounge | The Virus Lounge |
about summary refs log tree commit diff |
with import ./config.nix; mkDerivation { name = "gc-runtime"; builder = # Test inline source file definitions. builtins.toFile "builder.sh" '' mkdir $out cat > $out/program <<EOF #! ${shell} sleep 10000 EOF chmod +x $out/program ''; }