Many things:
- updated inputs - added new host `hs` - workflows to check and release new host `hs` - chrome instead of chromium (if not on aarch64) - fixed bud configuration error for `pc` host - fixed Emacs purescript format on save
This commit is contained in:
parent
4e8adcfafb
commit
ecb7bc935b
13 changed files with 125 additions and 72 deletions
|
@ -2,6 +2,6 @@
|
|||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
package = with pkgs; if stdenv.hostPlatform.isAarch64 then ungoogled-chromium else google-chrome;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
(error "purs-tidy not found")))
|
||||
|
||||
:hook
|
||||
(before-save . purescript-purs-tidy-format-buffer)
|
||||
(purescript-mode . (lambda ()
|
||||
(add-hook 'before-save-hook purescript-purs-tidy-format-buffer nil 'make-it-local)
|
||||
(psc-ide-mode)
|
||||
(company-mode)
|
||||
(flycheck-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue