Skip to content

Instantly share code, notes, and snippets.

@rolfschr
rolfschr / autotools.nix
Last active June 18, 2018 08:09 — forked from lucabrunox/autotools.nix
Nix pill 10
pkgs: attrs:
with pkgs;
let defaultAttrs = {
builder = "${bash}/bin/bash";
args = [ ./builder.sh ];
setup = ./setup.sh;
baseInputs = [ gnutar gzip gnumake gcc binutils coreutils gawk gnused gnugrep patchelf findutils ];
buildInputs = [];
system = builtins.currentSystem;
};
@rolfschr
rolfschr / script.log
Last active August 31, 2018 07:33
Stack GHC install failes on Ubunut 18.04
$ curl -sSL https://get.haskellstack.org/ | sh
Detected Linux distribution: ubuntu
Installing dependencies...
Reading package lists... Done
Building dependency tree
Reading state information... Done
g++ is already the newest version (4:7.3.0-3ubuntu2).
gcc is already the newest version (4:7.3.0-3ubuntu2).

Keybase proof

I hereby claim:

  • I am rolfschr on github.
  • I am rolfschr (https://keybase.io/rolfschr) on keybase.
  • I have a public key ASBqz1B-VWtbQyIfjcBiDsNTrIC3baaC3XZaiAyI6lQiywo

To claim this, I am signing this object:

@rolfschr
rolfschr / zutty
Last active August 20, 2024 16:49
zutty & HackNerdFontMono
Hi,
I'm trying to reproduce the experience I have with `urxvt` with `zutty` using the font "HackNerdFontMono". While I can use the font, I do have problems with it:
* The font color is the same as the background color (at least for me). Changing the colors (i.e. new "theme" in ~/.Xresources) did not have an effect.
* I do not have "Braille" symbols available (`btop` used as indicator here).
* I also want to have the special glyphs from that font. Those are not provideb by the font "Hack".
There are some screenshots with tests below. I'm sorry this is so chaotic, I worked on two different systems (wayland + xserver, not sure this makes a difference); both running NixOS.
Posting everything within the same comment would have helped to re-order but I had issues with this (besides also using two different GitHub accounts [work+personal]).