Missing colon

This commit is contained in:
Niten 2020-11-23 15:18:35 -08:00
parent 41f5e65617
commit 184e5a3fe0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, lib, buildLisp, ... }
{ pkgs, lib, buildLisp, ... }:
let
cl-sasl-path = lib.fetchgit {