diff options
author | Ben Sima <ben@bsima.me> | 2020-12-30 15:40:14 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-30 15:40:26 -0500 |
commit | 92509e93221ebfd5d17ade9d39b4f33314c1e353 (patch) | |
tree | d208ab2eeac469774385a986f9fc9a47a9eab2e1 | |
parent | 1838d9fb07089bd82f8c41e8e7ae0139cfc28bf2 (diff) |
add coreutils to darwin
-rw-r--r-- | darwin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ in hledger-web hledger-ui (haskellPackages.ghcWithPackages (ps: with ps; [hledger])) + coreutils ]; }; |