diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-09-30 10:12:40 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-09-30 10:12:40 -0700 |
commit | c492fd11702a64a62ce416b3cf0201301c6f0328 (patch) | |
tree | e267606f92365fafe484beeaa58108371118e806 /hosts | |
parent | 6c3821b77f6d79c430773d8440cc2d41e2b3c54b (diff) | |
download | nix-c492fd11702a64a62ce416b3cf0201301c6f0328.tar nix-c492fd11702a64a62ce416b3cf0201301c6f0328.tar.gz nix-c492fd11702a64a62ce416b3cf0201301c6f0328.tar.bz2 nix-c492fd11702a64a62ce416b3cf0201301c6f0328.tar.lz nix-c492fd11702a64a62ce416b3cf0201301c6f0328.tar.xz nix-c492fd11702a64a62ce416b3cf0201301c6f0328.tar.zst nix-c492fd11702a64a62ce416b3cf0201301c6f0328.zip |
Add csvkit
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common/core/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 5d8bcc6..2a12991 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -23,6 +23,7 @@ pkgs.conntrack-tools pkgs.coreutils pkgs.cpio + pkgs.csvkit pkgs.curl pkgs.diceware pkgs.diffutils |