Minor cleanup

This commit is contained in:
nostoromo root 2020-11-27 09:36:55 -08:00
parent 96da822c5a
commit df575f9680
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pkgs.lispPackages.buildLispPackage {
buildSystems = [ "arrows" ];
deps = with pkgs.lispPackages; [];
deps = [];
src = pkgs.fetchgit {
url = "https://gitlab.com/Harleqin/arrows.git";