summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/trivial-builders.nix
AgeCommit message (Expand)Author
2020-08-16nixos/systemd.tmpfiles.packages: fix an edge caseVladimír Čunát
2020-04-15trivial-builders: Sanitize derivation nameSilvan Mosberger
2020-02-18symlinkJoin: add more documentation(cdep)illabout
2020-02-18linkFarmFromDrvs: Add a trivial builder to create a linkFarm from a list of d...(cdep)illabout
2020-02-17symlinkJoin: fix "bash: Argument list too long" errorBas van Dijk
2019-12-04pkgs/build-support/trivial-builders: remove runCommandCCLocalProfpatsch
2019-12-04pkgs/build-support/trivial-builders: add runCommandLocalProfpatsch
2019-09-02trivial-builders: add the applyPatches functionBas van Dijk
2019-07-13trivial-builders: support '/' in writeTextDirRobert Helgesson
2019-06-29trivial-builders: Fix writeShellScript example (#63888)Erik Nygren
2019-06-09writeScript: fix docstringJaakko Luttinen
2019-05-12trivial-builders: add writeShellScript and minor cleaningdeliciouslytyped
2019-04-19trivial-builders: Fix runCommand examplesNiklas Hambüchen
2019-04-08trivial-builders: Fix outdated comment on writeTextFileNiklas Hambüchen
2019-04-04writeShellScriptBin: use build-time shell in check phaseMichael Eden
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim
2019-02-08linkFarm: allowSubstitutes = falsevolth
2019-01-31linkFarm: hacky quoting -> escapeShellArgvolth
2018-10-02trivial builders: adding usage documentation for functionsSamuel Leathers
2018-09-01lib: ensure directories of linkFarm links exist (#45628)Alyssa Ross
2018-06-26trivial-builders: disallow sub in requireFileMatthew Bauer
2018-06-12bazel: add darwin supportUri Baghin
2018-05-21requireFile: Use stdenvNoCCJohn Ericson
2018-05-16trivial-builders.nix: support directories in requireFileAlexandre Esteves
2018-04-15requireFile: exit with non-zero error messageLinus Heckemann
2017-12-19makeSetupHook: make the default name "hook" overridableOrivej Desh
2017-11-21stdenv setup: Always use both propagated filesJohn Ericson
2017-10-06trivial-builders.nix: fix writeShellScriptBinNikita Uvarov
2017-08-01trivial-builders.nix: add writeShellScriptBin builderSergey Mironov
2017-07-26stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson
2017-07-10stdenv: Store one package per line in nix-support/propagated-*John Ericson
2017-05-27symlinkJoin: eliminate lndir spamRyan Trinkle
2016-12-09linkFarm: prefer local buildMichael Raskin
2016-09-29runCommand: Use stdenvNoCCEelco Dolstra
2016-09-29Move useSetUID to pam_usb, the only place where it's usedEelco Dolstra
2016-09-29Add a warning about using requireFileEelco Dolstra
2016-07-14symlinkJoin: truly pass the defaulted parametersVladimír Čunát
2016-06-10pkgs.runCommand: passAsFile (buildCommand can be very long)Domen Kožar
2016-05-27symlinkJoin: allow arbitrary additional attributesNikolay Amiantov
2016-04-26symlinkJoin: accept set as an argument with additional optionsNikolay Amiantov
2016-03-11symlinkJoin: preferLocalBuild && !allowSubstitutesVladimír Čunát
2016-03-01lib/copyPathToStore: annotate docstringProfpatsch
2016-02-19requireFile: preferLocalBuild = trueVladimír Čunát
2016-01-16requireFile: remove colon from the url for easier copy/pasteDomen Kožar
2016-01-14requireFile: use correct absolute path syntaxDomen Kožar
2016-01-07Force another rebuildEelco Dolstra
2015-12-16add copyPathToStore and copyPathsToStoreThomas Tuegel
2015-07-09Set ‘allowSubstitutes = false’ on various derivationsEelco Dolstra
2015-07-08requireFile: Make more flexibleShea Levy
2015-02-18writeTextFile: Use passAsFile if availableWout Mertens