summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-12-30 15:40:14 -0500
committerBen Sima <ben@bsima.me>2020-12-30 15:40:26 -0500
commit92509e93221ebfd5d17ade9d39b4f33314c1e353 (patch)
treed208ab2eeac469774385a986f9fc9a47a9eab2e1
parent1838d9fb07089bd82f8c41e8e7ae0139cfc28bf2 (diff)
add coreutils to darwin
-rw-r--r--darwin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/darwin.nix b/darwin.nix
index 2c47d2c..8d3496c 100644
--- a/darwin.nix
+++ b/darwin.nix
@@ -17,6 +17,7 @@ in
hledger-web
hledger-ui
(haskellPackages.ghcWithPackages (ps: with ps; [hledger]))
+ coreutils
];
};