Category: Technique
Level: Intermediate
Session Type: Talk
{ nixpkgsFun ? <nixpkgs>, compiler ? "default", cross ? "" }: | |
let | |
pkgs = import nixpkgsFun {}; | |
rpi = pkgs.lib.systems.examples.raspberryPi; | |
localSystem = pkgs.lib.systems.elaborate { system = builtins.currentSystem; }; | |
crossSystem = if cross == "pi1" then rpi | |
else if cross == "" then null | |
else throw "Unknown cross target: " ++ cross; |
:{ | |
let loadTests _ = | |
pure $ unlines [ | |
":set -isrc" | |
, ":set -itest" | |
, ":l test/Test.hs" | |
, "import Hedgehog" | |
, "import WordPressTests" | |
, "env <- mkEnv" | |
] |
Install the following packages
# For taffybar/applet icons
gnome2.gnome_icon_theme
hicolor-icon-theme
# To get "old style" tray icons visible --- provides xembed
plasma-workspace
Here's a way to number bullet points in helix.
Let's start with a bulleted list.
- Item one
- Item two over
two lines
- Item three