about summary refs log tree commit diff
path: root/pkgs/build-support/trivial-builders.nix
AgeCommit message (Expand)AuthorFilesLines
2022-03-10build-support/writeTextFile: fix for names with spacesK9001-1/+1
2022-01-10Merge branch 'staging-next' into stagingJan Tojnar1-0/+61
2021-12-27tests.trivial-builders.overriding: update after shellDryRunNaïm Favier1-9/+9
2021-12-27stdenv/generic: introduce shellDryRunNaïm Favier1-3/+3
2021-11-28concatScript: formattingpasqui231-1/+1
2021-11-28concatText: fix typosPasquale1-11/+7
2021-11-28concatTextFile: initPasquale1-0/+65
2021-11-20testVersion: name runCommand after package.name0x4A6F1-1/+1
2021-11-08writeShellApplication: set meta.mainProgramBernardo Meurer1-7/+10
2021-11-08writeTextFile: allow passing extra derivationArgsBernardo Meurer1-1/+2
2021-11-08writeShellApplication: run pre/postCheck hooksBernardo Meurer1-0/+2
2021-11-08writeShellApplication: document runtimeShell == stdenv.shell assumptionBernardo Meurer1-0/+4
2021-11-08writeShellApplication: fix typo in inline docsBernardo Meurer1-1/+1
2021-11-08writeShellApplication: fix setting pipefailBernardo Meurer1-1/+1
2021-11-08writeShellApplication: get shellcheck from pkgsBuildHostBernardo Meurer1-2/+2
2021-11-08writeShellApplication: buildInputs -> runtimeInputsBernardo Meurer1-3/+3
2021-11-08writeShellApplication: initBernardo Meurer1-1/+46
2021-10-28trivial-builders: Add writeStringReferencesToFiletalyz1-0/+82
2021-08-18Merge pull request #133905 from raboof/buf-use-testVersion-utilitySandro1-1/+1
2021-08-15runCommandNoCC: deprecateRobert Hensing1-5/+2
2021-08-15buf: use testVersion utilityArnout Engelen1-1/+1
2021-06-18trivial-builders: refactor writeTextFile to be overridabledeliciouslytyped1-2/+2
2021-06-12emptyFile, emptyDirectory: initRobert Hensing1-0/+16
2021-05-15writeDirectReferencesToFile: initRobert Hensing1-0/+29
2021-05-07test-utilities: version testArnout Engelen1-0/+33
2021-03-18trivial-builders: rework runCommand' into runCommandWith && exposesternenseemann1-22/+57
2021-03-18trivial-builders: merge passAsFile with env in runCommand'sternenseemann1-2/+3
2020-08-16nixos/systemd.tmpfiles.packages: fix an edge caseVladimír Čunát1-0/+2
2020-04-15trivial-builders: Sanitize derivation nameSilvan Mosberger1-1/+2
2020-02-18symlinkJoin: add more documentation(cdep)illabout1-47/+96
2020-02-18linkFarmFromDrvs: Add a trivial builder to create a linkFarm from a list of d...(cdep)illabout1-0/+15
2020-02-17symlinkJoin: fix "bash: Argument list too long" errorBas van Dijk1-2/+5
2019-12-04pkgs/build-support/trivial-builders: remove runCommandCCLocalProfpatsch1-2/+2
2019-12-04pkgs/build-support/trivial-builders: add runCommandLocalProfpatsch1-4/+25
2019-09-02trivial-builders: add the applyPatches functionBas van Dijk1-0/+33
2019-07-13trivial-builders: support '/' in writeTextDirRobert Helgesson1-3/+7
2019-06-29trivial-builders: Fix writeShellScript example (#63888)Erik Nygren1-1/+1
2019-06-09writeScript: fix docstringJaakko Luttinen1-2/+7
2019-05-12trivial-builders: add writeShellScript and minor cleaningdeliciouslytyped1-5/+33
2019-04-19trivial-builders: Fix runCommand examplesNiklas Hambüchen1-2/+2
2019-04-08trivial-builders: Fix outdated comment on writeTextFileNiklas Hambüchen1-10/+14
2019-04-04writeShellScriptBin: use build-time shell in check phaseMichael Eden1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-7/+7
2019-02-08linkFarm: allowSubstitutes = falsevolth1-1/+1
2019-01-31linkFarm: hacky quoting -> escapeShellArgvolth1-6/+8
2018-10-02trivial builders: adding usage documentation for functionsSamuel Leathers1-13/+142
2018-09-01lib: ensure directories of linkFarm links exist (#45628)Alyssa Ross1-1/+4
2018-06-26trivial-builders: disallow sub in requireFileMatthew Bauer1-0/+1
2018-06-12bazel: add darwin supportUri Baghin1-0/+18
2018-05-21requireFile: Use stdenvNoCCJohn Ericson1-2/+2