Add nix support to emacs.

This commit is contained in:
Tom Alexander
2024-11-29 21:27:08 -05:00
parent 5c823f3353
commit 3116d34994
12 changed files with 143 additions and 1 deletions

View File

@@ -7,3 +7,5 @@ dependencies:
when: 'emacs_flavor == "full"'
- role: terraform
when: 'emacs_flavor == "full"'
- role: nix
when: 'emacs_flavor == "full"'