diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 14:41:18 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 14:41:28 +0200 |
commit | e4a6ee2dbd9dfdd76bb77b647e13487fa2299d48 (patch) | |
tree | c5538db457cce1fe7d68ca8e472b700152917a27 /shell.nix | |
parent | 24700382f2e1f9b1dac1de3e8170294cf0c818d4 (diff) |
add minimal haskell boilerplate
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -1,20 +1 @@ -{ pkgs ? import <nixpkgs> { - overlays = [ (import ./pkgs) ]; - } -, ... -}: - -pkgs.mkShell { - buildInputs = [ - pkgs.coreutils - pkgs.docopts - pkgs.findutils - pkgs.gawk - pkgs.git - pkgs.gnugrep - pkgs.gnused - pkgs.jq - pkgs.ncurses - pkgs.tree-grepper - ]; -} +(import ./default.nix {}).shell |