summary refs log tree commit diff
path: root/pkgs/tools/admin
Commit message (Collapse)AuthorAge
* Merge pull request #31085 from peterromfeldhk/fastlaneJörg Thalheim2017-11-02
|\ | | | | fastlane: 2.62.1 -> 2.63.0
| * fastlane: 2.62.1 -> 2.63.0Peter Romfeld2017-11-01
| |
* | google-cloud-sdk: 171.0.0 -> 177.0.0zimbatm2017-11-01
| |
* | ansible: 2.4.0.0 -> 2.4.1.0Aaron Bull Schaefer2017-10-30
| |
* | Merge pull request #30848 from peterromfeldhk/fastlaneJörg Thalheim2017-10-28
|\| | | | | fastlane: 2.61.0 -> 2.62.1
| * fastlane: 2.61.0 -> 2.62.1Peter Romfeld2017-10-27
| |
* | ansible_2_3: 2.3.1.0 -> 2.3.2.0Aaron Bull Schaefer2017-10-25
| |
* | rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* | ansible_2_4: init at 2.4.0.0 (#30073)Peter Romfeld2017-10-17
| |
* | Merge pull request #30496 from peterromfeldhk/fastlaneJörg Thalheim2017-10-17
|\| | | | | fastlane: 2.60.1 -> 2.61.0
| * fastlane: 2.60.1 -> 2.61.0Peter Romfeld2017-10-17
| |
* | Merge pull request #30368 from derchrisuk/awslogsJörg Thalheim2017-10-13
|\ \ | | | | | | awslogs: 0.7 -> 0.10
| * | awslogs: 0.7 -> 0.10derchris2017-10-13
| |/
* | Merge pull request #30372 from derchrisuk/intecture-cliJörg Thalheim2017-10-13
|\ \ | | | | | | intecture-{auth,agent,cli}: updates
| * | intecture-auth: 0.1.0 -> 0.1.2derchris2017-10-13
| | |
| * | intecture-agent: 0.3.0 -> 0.3.1derchris2017-10-13
| | |
| * | intecture-cli: 0.3.2 -> 0.3.4derchris2017-10-12
| |/
* / salt: 2017.7.1 -> 2017.7.2Aneesh Agrawal2017-10-13
|/
* tigervnc: fixup build after xorgserver changesVladimír Čunát2017-10-08
| | | | | The server itself doesn't need those build inputs anymore, but tigervnc does, apparently.
* Merge branch 'master' into stagingOrivej Desh2017-10-05
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (48 commits) Mathematica: 11.0.1 -> 11.2.0 kbfs: 20170922.f76290 -> 20171004.40555d packer: 1.0.3 -> 1.1.0 libxdg-basedir: 1.0.2 -> 1.2.0 fscrypt: 0.2.1 -> 0.2.2 devtodo: init at 0.1.20 keybase: 1.0.30 -> 1.0.33 elixir: Fix locale problem on NixOS keybase-gui: 1.0.25 -> 1.0.33 terraform: 0.10.2 -> 0.10.7 (#30055) emby: 3.2.32.0 -> 3.2.33.0 sbcl: 1.3.21 -> 1.4.0 ardour: 5.11 -> 5.12 axoloti: fix evaluation axoloti: init at 1.0.12-1 melpa-packages: Add new lean packages fastlane: init at 2.60.1 nixos/traefik: guard example path go-ethereum: 1.7.0 -> 1.7.1 xzgv: 0.9.1 -> 0.9.2 ...
| * fastlane: init at 2.60.1Peter Romfeld2017-10-04
| |
* | Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\|
| * google-cloud-sdk: 161.0.0 -> 171.0.0Nikolay Amiantov2017-09-25
| |
| * Merge pull request #29020 from danbst/salt-updateJoachim F2017-09-24
| |\ | | | | | | salt: 2016.11.5 -> 2017.7.1, patch fix
| | * salt: 2016.11.5 -> 2017.7.1, patch fixdanbst2017-09-05
| | | | | | | | | | | | | | | | | | | | | The libcrypto patch didn't work well with `salt-ssh` (that code failed on remote machines), so let's make Nix-based library lookup as fallback. https://github.com/saltstack/salt/issues/43350
* | | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|/ /
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-08
|\ \
| * | tigervnc: correct default ssh client path (#29084)Jason Miller2017-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | * tigervnc: correct default ssh client path The -via command sets up an ssh tunnel, but is hardcoded to /usr/bin/ssh upstream. This patches it to use the nixpkgs openssh client. * tigervnc: patch ssh path correctly
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-07
|\| |
| * | mycli: move out of python-packages.nix and fix buildFrederik Rietdijk2017-09-07
| | |
| * | Merge pull request #28884 from FRidh/python-fixesFrederik Rietdijk2017-09-06
| |/ | | | | Python: several fixes
* | Merge pull request #29023 from obsidiansystems/deps-reorgJohn Ericson2017-09-05
|\ \ | | | | | | misc pkgs: Reorganize dependencies ahead of #26805
| * | misc pkgs: Recategorize some dependenciesJohn Ericson2017-09-05
| |/
* | ansible_2_1, ansible_2_2: use overridePythonAttrsFrederik Rietdijk2017-09-02
| |
* | ansible_2_2/ansible_2_1: switch to overrideDerivation for jinja2Jörg Thalheim2017-09-02
|/
* ansible: move out of pythonPackagesJörg Thalheim2017-08-28
| | | | ansible is not a library
* scaleway-cli: init at v1.14Nick Hu2017-08-22
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* lxd: 2.14 -> 2.16Franz Pletz2017-08-01
|
* cli53: fix buildFrederik Rietdijk2017-07-29
|
* bubblewrap: init at 0.1.8Muhammad Herdiansyah2017-07-28
|
* aws-auth: clean upRobin Gloster2017-07-26
|
* aws-auth: init at unstable-2017-07-24Robert Scott2017-07-26
|
* Merge branch 'staging'Vladimír Čunát2017-07-05
|\ | | | | | | | | Comparison looks OK; I'll try some fixes on master directly. http://hydra.nixos.org/eval/1372577?compare=1372497
| * Merge branch 'master' into stagingVladimír Čunát2017-07-03
| |\
| * \ Merge branch 'master' into stagingVladimír Čunát2017-06-30
| |\ \ | | | | | | | | | | | | Mass rebuilds from master (>7k on x86_64-linux).
| * | | cli53: fix evalFranz Pletz2017-06-22
| | | |
| * | | Merge branch 'master' into stagingFranz Pletz2017-06-22
| |\ \ \
| * | | | Revert "cli53: 0.4.4 -> 0.8.8"Domen Kožar2017-06-20
| | | | | | | | | | | | | | | | | | | | This reverts commit c25b145815c1a7411621e33e69147c9545833509.
| * | | | Revert "fix eval"Domen Kožar2017-06-20
| | | | | | | | | | | | | | | | | | | | This reverts commit 650f64c7790c3fecbc855eb4caf62d63d35e312e.