Merge pull request #16 from SuperSandro2000/patch-1

Don't create unused directory
This commit is contained in:
Artturi 2022-03-22 17:09:18 +02:00 committed by GitHub
commit e60adc346d
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
''