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
|
cryptsetup
|
||||||
dhcpcd
|
dhcpcd
|
||||||
dnsutils
|
dnsutils
|
||||||
git
|
git git-lfs
|
||||||
gnupg
|
gnupg
|
||||||
gptfdisk
|
gptfdisk
|
||||||
haskellPackages.nix-derivation
|
haskellPackages.nix-derivation
|
||||||
|
@ -113,7 +113,8 @@ let
|
||||||
pkgs.ledger
|
pkgs.ledger
|
||||||
yaml-mode
|
yaml-mode
|
||||||
company
|
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
|
/* Haskell */ haskell-mode flycheck-haskell
|
||||||
/* Org */ org org-ref pdf-tools org-bullets org-caldav
|
/* Org */ org org-ref pdf-tools org-bullets org-caldav
|
||||||
/* Rust */ rust-mode flycheck-rust racer
|
/* Rust */ rust-mode flycheck-rust racer
|
||||||
|
@ -246,7 +247,6 @@ let
|
||||||
|
|
||||||
server = with pkgs; [
|
server = with pkgs; [
|
||||||
audit
|
audit
|
||||||
(jekyll.override { withOptionalDependencies = true; })
|
|
||||||
letsencrypt
|
letsencrypt
|
||||||
php
|
php
|
||||||
simp_le
|
simp_le
|
||||||
|
|
Loading…
Reference in a new issue