1
0
Fork 0

Install ormolu, releaser

This commit is contained in:
Malte Brandy 2020-05-23 22:18:15 +02:00
parent d112b08013
commit 5d20f28e1d
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 6 additions and 3 deletions

View file

@ -9,5 +9,8 @@ in preview "20.09pre-git" (unstable: {
gnome3 = super.gnome3 // {
inherit (unstable.gnome3) gnome-keyring seahorse gdm;
};
inherit (unstable) neovim vimPlugins syncthing nerdfonts;
haskellPackages = super.haskellPackages // {
inherit (unstable.haskellPackages) ormolu releaser;
};
inherit (unstable) neovim vimPlugins syncthing nerdfonts; # riot-desktop;
})

View file

@ -39,10 +39,10 @@ in rec {
};
home-pkgs = {
inherit (pkgs.pythonPackages) yapf jsbeautifier;
inherit (pkgs.haskellPackages) brittany;
inherit (pkgs.haskellPackages) brittany ormolu releaser;
inherit (pkgs)
go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole
nixfmt stack ghcid rnix-lsp tmate rustup kitty ghc;
nixfmt stack ghcid rnix-lsp tmate rustup kitty ghc cabal-install;
inherit obelisk;
};
accounting-pkgs = {