sane-scripts: TODO: don't rely on the user's env

This commit is contained in:
colin 2022-07-06 14:43:59 -07:00
parent 1dd3cab02b
commit 978017b4e7

View File

@ -9,6 +9,7 @@ stdenv.mkDerivation {
src = ./src;
# See: https://nixos.org/nixpkgs/manual/#ssec-stdenv-dependencies
# TODO: we aren't propagating all dependencies here (e.g. rmlint)
buildInputs = [ pkgs.rsync ];
installPhase = ''