aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-13 11:26:05 -0300
committerEuAndreh <eu@euandre.org>2019-06-13 11:26:05 -0300
commit36b97428727b6a9d5641cde9d93a0417cde6720b (patch)
tree69d1fe61b227f83fcf7412d06d04b163ec510d30
parentTODOs.org (diff)
downloadtoph-36b97428727b6a9d5641cde9d93a0417cde6720b.tar.gz
toph-36b97428727b6a9d5641cde9d93a0417cde6720b.tar.xz
default.nix: Add file package to shell build inputs
Used in 'setup.sh'.
-rw-r--r--default.nix1
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