Emacs updates

This commit is contained in:
Andrea Ciceri 2021-10-04 12:12:07 +02:00
parent 7233ec4d48
commit fe554661d1
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
5 changed files with 16 additions and 2 deletions

View file

@ -1,5 +1,5 @@
final: prev: {
# keep sources this first
sources = prev.callPackage (import ./_sources/generated.nix) { };
sources = prev.callPackage (import ./_sources/generated.nix) {};
# then, call packages with `final.callPackage`
}