Add git-lfs to base, remove jekyll. Comment out Emacs C/C++ stuff till it works again.
This commit is contained in:
parent
51e986da9c
commit
f18761a046
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ let
|
|||
cryptsetup
|
||||
dhcpcd
|
||||
dnsutils
|
||||
git
|
||||
git git-lfs
|
||||
gnupg
|
||||
gptfdisk
|
||||
haskellPackages.nix-derivation
|
||||
|
@ -113,7 +113,8 @@ let
|
|||
pkgs.ledger
|
||||
yaml-mode
|
||||
company
|
||||
/* C/C++ */ irony company-irony company-irony-c-headers flycheck-irony clang-format pkgs.clang-tools
|
||||
# Irony is currently broken.
|
||||
# /* C/C++ */ irony company-irony company-irony-c-headers flycheck-irony clang-format pkgs.clang-tools
|
||||
/* Haskell */ haskell-mode flycheck-haskell
|
||||
/* Org */ org org-ref pdf-tools org-bullets org-caldav
|
||||
/* Rust */ rust-mode flycheck-rust racer
|
||||
|
@ -246,7 +247,6 @@ let
|
|||
|
||||
server = with pkgs; [
|
||||
audit
|
||||
(jekyll.override { withOptionalDependencies = true; })
|
||||
letsencrypt
|
||||
php
|
||||
simp_le
|
||||
|
|
Loading…
Reference in a new issue