diff options
author | EuAndreh <eu@euandre.org> | 2019-06-13 11:26:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-13 11:26:05 -0300 |
commit | 36b97428727b6a9d5641cde9d93a0417cde6720b (patch) | |
tree | 69d1fe61b227f83fcf7412d06d04b163ec510d30 | |
parent | TODOs.org (diff) | |
download | toph-36b97428727b6a9d5641cde9d93a0417cde6720b.tar.gz toph-36b97428727b6a9d5641cde9d93a0417cde6720b.tar.xz |
default.nix: Add file package to shell build inputs
Used in 'setup.sh'.
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 98d73d4..63bdfa1 100644 --- a/default.nix +++ b/default.nix @@ -33,6 +33,7 @@ in rec { ''; }); shellBuildInputs = with pkgs; [ + file gitMinimal git-crypt gettext |