Skip to content

Instantly share code, notes, and snippets.

@Jomik
Created May 14, 2019 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jomik/05a7a6e6f41da97bba23ba9e2f1a13cd to your computer and use it in GitHub Desktop.
Save Jomik/05a7a6e6f41da97bba23ba9e2f1a13cd to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
let
inherit (pkgs) mkShell;
in mkShell {
buildInputs = with pkgs; [
(haskellPackages.ghcWithPackages (self: [
self.xmonad
self.xmonad-contrib
self.xmonad-extras
self.taffybar
])) ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment