summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/unix-tools.nix
AgeCommit message (Collapse)Author
2019-06-04unix-tools: default when no provider existsMatthew Bauer
2019-04-30unix-tools: get platforms from doublesMatthew Bauer
2019-02-18unix-tools: set low priorityMatthew Bauer
2019-01-23unixtools.utillinux: add columnMatthew Bauer
requested on IRC
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-07-09unixtools: link instead of copyingMatthew Bauer
This is better for disk space.
2018-07-09unixtools: refactorMatthew Bauer
2018-07-09unixtools: add watch commandMatthew Bauer
2018-07-05xxd: move to unixtoolsMatthew Bauer
also add manpage to unixtools if provided to give compat with old xxd.
2018-06-27unixtools: add killallMatthew Bauer
2018-06-12Merge branch 'master' into stagingOrivej Desh
* 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 ...
2018-06-11unix-tools.nix: install binary instead of linkingMatthew Justin Bauer
This gives us a little smaller closure & was the original intent with unix-tools.nix. Some merge must have gotten rid of it.
2018-06-11click: fix locale in darwinMatthew Bauer
unixtools.locale is used
2018-06-11unix-tools: add glibcMatthew Justin Bauer
2018-05-31fix evalMatthew Bauer
2018-05-31treewide: get rid of musl stuffMatthew Bauer
2018-05-25Merge pull request #41009 from matthewbauer/normalize-namesMatthew Justin Bauer
Add versions to packages missing it
2018-05-25unix-tools: add versionMatthew Bauer
Uses the POSIX standard 1003.1-2008 as version number. It can be accessed for free at http://pubs.opengroup.org/onlinepubs/9699919799/.
2018-05-08unixtools: fixup bad mergeMatthew Justin Bauer
This should hopefully fix the eval issue.
2018-05-08Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer
2018-05-07unixtools: use 2-space indentPatrick Hilhorst
2018-05-07unixtools: refactor for less redundancyPatrick Hilhorst
2018-05-01unix-tools: install man pagesMatthew Bauer
2018-04-16Merge remote-tracking branch 'upstream/master' into HEADTuomas Tynkkynen
Conflicts: pkgs/applications/version-management/git-and-tools/git/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/unix-tools.nix
2018-04-15unixtools: add col to utillinuxMatthew Bauer
2018-04-13unixtools: fixup hexdump issueMatthew Justin Bauer
utillinux puts everything in ".bin" output. We need to use lib.getBin to get it correctly.
2018-04-13quota: get from unixtoolsMatthew Bauer
2018-04-13unixtools: quota is not in utillinuxMatthew Bauer
2018-04-12unix-tools: cleanup thingsMatthew Bauer
- Adds ifconfig to nettools - Adds top to procps - Adds fsck, fdisk, mount, umount, quota to utillinux
2018-04-12unixtools: add mount, umount for darwinMatthew Bauer
2018-04-12unixtools: get rid of modprobeMatthew Bauer
modprobe only exists in Linux kernel. Just use kmod if it's needed.
2018-04-12unixtools.modprobe: fixPiotr Bogdan
2018-04-12Merge remote-tracking branch 'upstream/master' into stagingJan Tojnar
2018-04-11unix-tools: fixup hexdumpMatthew Justin Bauer
hexdump needs utillinux
2018-04-11unix-tools: fixupMatthew Justin Bauer
2018-04-10unix-tools: fix typoMatthew Bauer
2018-04-10unix-tools: copy instead of linkingMatthew Bauer
This prevents big closures from getting pulled in.
2018-04-10unix-tools: provide getconf and getentMatthew Bauer
2018-03-27unixtools: Utilize meta.platformsJohn Ericson
2018-03-27treewide: replace utillinux refs of {u,}mountMatthew Bauer
umount and mount are now provided top-level
2018-03-27unixtools: replace darwin.psMatthew Bauer
2018-03-27unixtools: cleanupMatthew Bauer
2018-03-26unix-tools: introduce unix-tools.nixMatthew Bauer
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'.