Don't create unused directory

This commit is contained in:
Sandro 2022-03-22 06:44:06 +01:00 committed by GitHub
parent 54149dc417
commit 0f7525e2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,5 @@ writeScript "update-index" ''
nixpkgs="-I nixpkgs=${pkgs.path}"
fi
mkdir -p $HOME/.cache/comma/
nix-index -d $HOME/.cache/nix-index -f $nixpkgs
''