Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
Possibly should be per-project: https://haskell4nix.readthedocs.io/nixpkgs-users-guide.html#how-to-install-haskell-language-server > Be careful when installing hls globally and using a pinned nixpkgs for a Haskell project in a nix-shell. If the nixpkgs versions deviate to...
Tried building from scratch like so and still no HLint: ```nix { pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs.haskell.packages.ghc8107; [ cabal-install ghc haskell-language-server hlint # stylish-haskell...
No idea. https://github.com/NixOS/nixpkgs/issues/168064
Aside from struggling to get it to behave as expected, I don't love the idea of having to write `progname &; disown` each time I want to do this. At...
tmux might be the way to go, [tmate](https://tmate.io/) looks wonderful for pairing. Update: tmate was unfortunately buggy for those on the other end.
This should work: ```diff diff --git a/de.nix b/de.nix index 573f8bc..86611f3 100644 --- a/de.nix +++ b/de.nix @@ -70,6 +70,7 @@ in { "8" = [{ class = "^Slack$"; }]; "9" =...
It does work now :shrug: https://github.com/samhh/dotfiles/commit/f0464f2458053f0f89357e3801edc75b6f550538
Can't see anything in Xmobar docs or GH issues for this.
Happens with i3status-rust as well.
bandwhich has per-remote host bandwidth data. Couldn't this be filtered to exclude `*.localdomain` and LAN IPs?