diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-24T10·50+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-24T10·50+0000 |
commit | b6fa3941b3731e959a7f54bf8e68e43e9077bf90 (patch) | |
tree | 452755fd80776fe60d879578c310ae7baffc59e9 /default.nix | |
parent | 6108f8df0140e2f71c9f9b50d530d16400d9cdcb (diff) |
Rename common-lisp directory to lisp
I could have renamed common-lisp to common_lisp. I think Nix prefers underscores to hyphens.
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index ff31279941ae..f4eda0d5ea26 100644 --- a/default.nix +++ b/default.nix @@ -19,6 +19,7 @@ let # "infinite recursion". localPkgs = readTree: { blog = readTree ./blog; + lisp = readTree ./lisp; third_party = readTree ./third_party; }; in fix(self: { |