Rename common-lisp directory to lisp
I could have renamed common-lisp to common_lisp. I think Nix prefers underscores to hyphens.
This commit is contained in:
parent
6108f8df01
commit
b6fa3941b3
4 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ let
|
|||
# "infinite recursion".
|
||||
localPkgs = readTree: {
|
||||
blog = readTree ./blog;
|
||||
lisp = readTree ./lisp;
|
||||
third_party = readTree ./third_party;
|
||||
};
|
||||
in fix(self: {
|
||||
|
|
Loading…
Reference in a new issue