summary refs log tree commit diff
path: root/pkgs/top-level/unix-tools.nix
Commit message (Collapse)AuthorAge
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* unixtools: link instead of copyingMatthew Bauer2018-07-09
| | | | This is better for disk space.
* unixtools: refactorMatthew Bauer2018-07-09
|
* unixtools: add watch commandMatthew Bauer2018-07-09
|
* xxd: move to unixtoolsMatthew Bauer2018-07-05
| | | | also add manpage to unixtools if provided to give compat with old xxd.
* unixtools: add killallMatthew Bauer2018-06-27
|
* Merge branch 'master' into stagingOrivej Desh2018-06-12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (161 commits) pcsclite: clean up after #41790 tor: 0.3.3.6 -> 0.3.3.7 opae: init at 1.0.0 tinc: 1.0.33 -> 10.0.34 tinc_pre: 1.1pre15 -> 1.1pre16 sit: 0.3.2 -> 0.4.0 (#41863) platforms/raspberrypi: enable kernelAutoModules libupnp: 1.6.21 -> 1.8.3 (#41684) androidStudioPackages.{dev,canary}: 3.2.0.16 -> 3.2.0.17 tdesktop: 1.3.0 -> 1.3.7 gns3Packages.{server,gui}{Stable,Preview}: 2.1.6 -> 2.1.7 aws-sam-cli: init at 0.3.0 (#41877) nixos/nat: optional networking.nat.externalInterface (#41864) linux: 4.17 -> 4.17.1 linux: 4.16.14 -> 4.16.15 linux: 4.14.48 -> 4.14.49 nixos/unbound: add restart (#41885) maintainers/create-azure.sh: remove hydra.nixos.org as binary cache (#41883) gshogi: init at 0.5.1 (#41840) neovim: add missing libiconv ...
| * click: fix locale in darwinMatthew Bauer2018-06-11
| | | | | | | | unixtools.locale is used
| * unix-tools: add glibcMatthew Justin Bauer2018-06-11
| |
* | unix-tools.nix: install binary instead of linkingMatthew Justin Bauer2018-06-11
|/ | | This gives us a little smaller closure & was the original intent with unix-tools.nix. Some merge must have gotten rid of it.
* fix evalMatthew Bauer2018-05-31
|
* treewide: get rid of musl stuffMatthew Bauer2018-05-31
|
* Merge pull request #41009 from matthewbauer/normalize-namesMatthew Justin Bauer2018-05-25
|\ | | | | Add versions to packages missing it
| * unix-tools: add versionMatthew Bauer2018-05-25
| | | | | | | | | | Uses the POSIX standard 1003.1-2008 as version number. It can be accessed for free at http://pubs.opengroup.org/onlinepubs/9699919799/.
* | unixtools: fixup bad mergeMatthew Justin Bauer2018-05-08
| | | | | | This should hopefully fix the eval issue.
* | Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer2018-05-08
|\|
| * unixtools: use 2-space indentPatrick Hilhorst2018-05-07
| |
| * unixtools: refactor for less redundancyPatrick Hilhorst2018-05-07
| |
* | unix-tools: install man pagesMatthew Bauer2018-05-01
| |
* | Merge remote-tracking branch 'upstream/master' into HEADTuomas Tynkkynen2018-04-16
|\| | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/git-and-tools/git/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/unix-tools.nix
| * unixtools: add col to utillinuxMatthew Bauer2018-04-15
| |
| * unixtools: fixup hexdump issueMatthew Justin Bauer2018-04-13
| | | | | | utillinux puts everything in ".bin" output. We need to use lib.getBin to get it correctly.
| * quota: get from unixtoolsMatthew Bauer2018-04-13
| |
| * unixtools: quota is not in utillinuxMatthew Bauer2018-04-13
| |
| * unix-tools: cleanup thingsMatthew Bauer2018-04-12
| | | | | | | | | | | | - Adds ifconfig to nettools - Adds top to procps - Adds fsck, fdisk, mount, umount, quota to utillinux
| * unixtools: add mount, umount for darwinMatthew Bauer2018-04-12
| |
| * unixtools: get rid of modprobeMatthew Bauer2018-04-12
| | | | | | | | modprobe only exists in Linux kernel. Just use kmod if it's needed.
| * unixtools.modprobe: fixPiotr Bogdan2018-04-12
| |
* | Merge remote-tracking branch 'upstream/master' into stagingJan Tojnar2018-04-12
|\|
| * unix-tools: fixup hexdumpMatthew Justin Bauer2018-04-11
| | | | | | hexdump needs utillinux
* | unix-tools: fixupMatthew Justin Bauer2018-04-11
| |
* | unix-tools: fix typoMatthew Bauer2018-04-10
| |
* | unix-tools: copy instead of linkingMatthew Bauer2018-04-10
| | | | | | | | This prevents big closures from getting pulled in.
* | unix-tools: provide getconf and getentMatthew Bauer2018-04-10
|/
* unixtools: Utilize meta.platformsJohn Ericson2018-03-27
|
* treewide: replace utillinux refs of {u,}mountMatthew Bauer2018-03-27
| | | | umount and mount are now provided top-level
* unixtools: replace darwin.psMatthew Bauer2018-03-27
|
* unixtools: cleanupMatthew Bauer2018-03-27
|
* unix-tools: introduce unix-tools.nixMatthew Bauer2018-03-26
unix-tools.nix has a collection of tools that are commonly installed by default in Unix derivatives. This is intended to provide compatibility between macOS and Linux users. Three Linux-only derivations are provided for compatbility: - procps - utillinux - nettools More tools are also provided. Also: treewide: use unixtools Non-comprehensive replace of Linux-only procps and util-linux with 'unixtools'.