about summary refs log tree commit diff
path: root/pkgs/tools/package-management
Commit message (Collapse)AuthorAge
* nixUnstable: Update to 1.11pre4273_71039beEelco Dolstra2015-10-31
|
* Add option environment.enableDebugInfoEelco Dolstra2015-10-30
| | | | | This makes the debug outputs of packages that have them available to programs like gdb.
* dysnomia: bump to version 0.4.1Sander van der Burg2015-10-24
|
* nixUnstable: Update to 1.11pre4244_133a421Eelco Dolstra2015-10-09
|
* nixUnstable: Update to 1.11pre4243_2075ec8Eelco Dolstra2015-10-08
|
* Merge pull request #10161 from dezgeg/pr-update-rpmArseniy Seroka2015-10-01
|\ | | | | rpm: 4.11.2 -> 4.12.0
| * rpm: 4.11.2 -> 4.12.0Tuomas Tynkkynen2015-10-01
| |
* | Remove nixops unstable expression, until we reintroduce it again. Currently ↵Rob Vermaas2015-09-30
| | | | | | | | it is not referenced, as nixopsUnstable = nixops.
* | nixops: 1.2 -> 1.3Rob Vermaas2015-09-29
|/ | | | (cherry picked from commit a91d4f8a243933181c119ceff434e59eae09be10)
* Revert "nixops: 1.2 -> 1.3."Rob Vermaas2015-09-28
| | | | This reverts commit 43dee76b4b3fea9fee4d304daf57abc3b6c7aa85.
* nixops: 1.2 -> 1.3.Rob Vermaas2015-09-28
| | | | (cherry picked from commit fcaf96b8d40e0c9559523674da03ab47edcfc8fb)
* separateDebugInfo: Assert LinuxEelco Dolstra2015-09-22
| | | | Also remove some unintended setting of separateDebugInfo.
* nixopsUnstable: bumpDomen Kožar2015-09-19
| | | | | (cherry picked from commit 9a401ca40430028310b4bcfa18f5c5b268b54014) Signed-off-by: Domen Kožar <domen@dev.si>
* Enable separate debug infoEelco Dolstra2015-09-17
| | | | | | | | | | | You can now pass separateDebugInfo = true; to mkDerivation. This causes debug info to be separated from ELF binaries and stored in the "debug" output. The advantage is that it enables installing lean binaries, while still having the ability to make sense of core dumps, etc.
* Merge pull request #9309 from acowley/nix-darwinEric Seidel2015-09-14
|\ | | | | nix: use libsodium on darwin
| * Nix darwin use libsodiumAnthony Cowley2015-08-17
| |
* | nix-repl: UpdateEelco Dolstra2015-09-08
| | | | | | | | Fixes #9710.
* | Nix: Update to 1.10Eelco Dolstra2015-09-04
| |
* | nox: use propagatedBuildInputs instead of pythonPath, fixes #9633Frederik Rietdijk2015-09-03
| | | | | | | | | | This way, when accessing Nox via Python, the dependencies will be available.
* | packagekit: 1.0.7 -> 1.0.8Tobias Geerinckx-Rice2015-08-31
| |
* | dpkg: 1.18.1 -> 1.18.2Tobias Geerinckx-Rice2015-08-31
| |
* | nixUnstable: UpdateEelco Dolstra2015-08-24
| |
* | packagekit: use http:// instead of https://Tobias Geerinckx-Rice2015-08-23
| | | | | | | | Proxy weirdness?
* | packagekit: python3 attr. -> unversioned pythonTobias Geerinckx-Rice2015-08-20
| |
* | packagekit: init at 1.0.7Tobias Geerinckx-Rice2015-08-20
|/ | | | | Don't worry, this does absolutely nothing on Nix and only serves to satisfy simple-scan's zany new dep.
* nixops: update unstable version to latest git HEADPeter Simons2015-08-05
|
* Remove /etc/nixos/nixpkgs from $NIX_PATHEelco Dolstra2015-08-05
| | | | | NixOS hasn't used /etc/nixos/nixpkgs for a long time, so it's time to get rid of it.
* Add mongodb-tools package as dependency to make snapshots and restores workSander van der Burg2015-07-31
|
* nix-repl: BumpEelco Dolstra2015-07-30
|
* nixUnstable: Update to 1.10pre4200_76cc8e9Eelco Dolstra2015-07-30
| | | | Also unify the nixStable and nixUnstable expressions.
* More docs in separate outputsEelco Dolstra2015-07-26
|
* nixops: fix Emacs syntax highlightingPeter Simons2015-07-23
|
* nixopsUnstable: disable broken documentation buildPeter Simons2015-07-23
|
* nox: updated to 0.0.2Georges Dubus2015-07-20
|
* disnix: bump to version 0.4Sander van der Burg2015-07-08
|
* nox: show trace for evaluation errorsTobias Geerinckx-Rice2015-07-03
| | | | Backports upstream commit 8900531.
* clib: a micro-package manager for CWilliam Casarin2015-06-23
|
* nix-serve: UpdateWilliam A. Kennington III2015-06-18
|
* dpkg, x2goclient: fix evaluationTobias Geerinckx-Rice2015-06-17
| | | | Bed time.
* Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice2015-06-17
|
* nix-repl: bump version to add support for current versions of NixPeter Simons2015-06-17
|
* dysnomia: fix compatibility with mariadb derivationSander van der Burg2015-06-12
|
* nix: Update to 1.9Eelco Dolstra2015-06-12
|
* opkg: update from 0.2.4 to 3.0.0Pascal Wittmann2015-06-08
|
* nixUnstable: BumpEelco Dolstra2015-06-05
| | | | This should fix the NixOS installer tests.
* nixopsUnstable: Bring in quick fixShea Levy2015-06-02
|
* nixopsUnstable: BumpShea Levy2015-06-02
|
* dpkg 1.18.0 -> 1.18.1Tobias Geerinckx-Rice2015-06-01
|
* dpkg 1.17.25 -> 1.18.0Tobias Geerinckx-Rice2015-05-30
|
* nixUnstable: BumpWilliam A. Kennington III2015-05-29
|