index
:
nixos/nixpkgs.git
master
nixos-16.03
nixos-16.09
nixos-18.09
nixos-18.09-small
nixos-19.03
nixos-19.03-small
nixos-19.09
nixos-19.09-small
nixos-20.03
nixos-20.03-small
nixos-20.09
nixos-20.09-aarch64
nixos-20.09-small
nixos-21.05
nixos-21.05-aarch64
nixos-21.05-small
nixos-21.11
nixos-21.11-aarch64
nixos-21.11-small
nixos-22.05
nixos-22.05-aarch64
nixos-22.05-small
nixos-22.11
nixos-22.11-small
nixos-23.05
nixos-23.05-small
nixos-23.11
nixos-23.11-small
nixos-24.05
nixos-24.05-small
nixos-24.11
nixos-24.11-small
nixos-25.05
nixos-25.05-small
nixos-25.11
nixos-25.11-small
nixos-26.05-small
nixos-test-staging
nixos-test-staging-baseline
nixos-unstable
nixos-unstable-small
nixpkgs-stable
nixpkgs-testing
nixpkgs-unstable
release-13.10
release-14.04
release-14.12
release-15.09
release-16.03
release-16.09
release-17.03
release-17.09
release-18.03
release-18.09
release-18.09-firefox64
release-19.03
release-19.09
release-20.03
release-20.09
release-21.05
release-21.11
release-22.05
release-22.11
release-23.05
release-23.11
release-24.05
release-24.11
release-25.05
release-25.11
release-26.05
staging
staging-18.03
staging-18.09
staging-19.03
staging-19.09
staging-20.03
staging-20.09
staging-21.05
staging-21.11
staging-22.05
staging-22.11
staging-23.05
staging-23.11
staging-24.05
staging-24.11
staging-25.05
staging-25.11
staging-26.05
staging-next
staging-next-21.05
staging-next-21.11
staging-next-22.05
staging-next-22.11
staging-next-23.05
staging-next-23.11
staging-next-24.05
staging-next-24.11
staging-next-25.05
staging-next-25.11
staging-next-26.05
staging-next-xdg-desktop-portal-gnome-dependency
staging-nixos
staging-patchelf
staging-python
staging.patchShebangs
Nix Packages collection
Octavian Cerna
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
build-support
/
buildenv
/
builder.pl
Age
Commit message (
Expand
)
Author
2026-04-02
buildEnv: construct with structured attributes and pass chosenOutputs directly
Yueh-Shun Li
2026-01-16
treewide: remove exec bit from files that don't need it
Maevi
2025-11-20
buildEnv: relax constraints about readdir contents
Hans Joachim Kliemeck
2025-10-15
buildEnv: change pathsToLink to json decoding
Ivy Pierlot
2025-06-09
buildEnv: improve error messages a little bit
Jade Lovelace
2025-01-26
various: replace substituteAll with replaceVars
Wolfgang Walther
2024-12-11
buildEnv: builedr.pl: use signatures
Yueh-Shun Li
2024-12-11
buildEnv: builder.pl: specify parameter ignoreSingleFileOutput after priority
Yueh-Shun Li
2024-12-10
buildEnv: fix bulder.pl (addPkg argument ignoreSingleFileOutputs)
Yueh-Shun Li
2024-12-03
buildEnv: support ignoreSingleFileOutputs
Yueh-Shun Li
2024-09-12
buildEnv: support pulling in closures of paths
K900
2023-07-09
buildenv: Limit exclusion of info/dir
Christopher League
2021-08-20
buildenv: fix regression introduced by #134215
Peter Ferenczy
2021-08-17
buildEnv: better warning and error messages
Peter Ferenczy
2020-06-10
buildenv: paths to link resolving to the same absolute path is not a conflict
José Romildo Malaquias
2019-09-18
buildEnv: check pathsToLink before checking collisions
Linus Heckemann
2019-02-21
buildEnv: improve file check to avoid false-positives
Maximilian Bosch
2019-02-19
buildEnv: break with a proper error if one path is actually a file
Maximilian Bosch
2016-07-13
buildEnv: build the whole tree of directories to pathsToLink
Alexey Shmalko
2016-01-28
buildEnv: Pass the right number of args to addPkg
aszlig
2016-01-18
buildEnv: Skip content check on ignoreCollisions.
aszlig
2016-01-18
buildEnv: Check the content of colliding paths.
aszlig
2015-10-22
buildenv: support very long `paths`
Nikolay Amiantov
2015-09-17
buildEnv: add new parameters: extraPrefix and buildInputs
Vladimír Čunát
2015-08-25
buildEnv: Fix handling of empty list of packages
Eelco Dolstra
2015-08-25
buildEnv: Support package priorities like nix-env
Eelco Dolstra
2012-07-25
buildEnv: don't warn about collisions in propagated packages
Eelco Dolstra
2010-11-03
* buildEnv: use $SHELL (i.e. bash) rather than /bin/sh. This allows
Eelco Dolstra
2010-08-09
* Make sure that if pathsToLink contains an element such as
Eelco Dolstra
2010-08-07
* Ignore non-existant directories.
Eelco Dolstra
2010-07-08
* Remove the call to update-mime-database, which doesn't belong here
Eelco Dolstra
2010-07-08
* First figure out what symlinks need to be created, then create
Eelco Dolstra
2010-04-14
Build MIME database from all available packages
Yury G. Kudryashov
2010-04-14
Ignore fake collisions
Yury G. Kudryashov
2010-04-10
Remove tabs
Yury G. Kudryashov
2009-06-30
revrting my accident only keeping rubygem updates and ruby libs
Marc Weber
2009-06-30
adding rubygems support to nix - implemented target libraries/apps: sup mail ...
Marc Weber
2009-02-20
* Support a post-install hook.
Eelco Dolstra
2007-03-04
* Process packages in the specified order (i.e., don't sort).
Eelco Dolstra
2006-11-28
* Fork of build-env in the Nix distribution. This one supports
Eelco Dolstra