aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/shell.nix b/shell.nix
index 9c54f99..a6bdf20 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,7 +1 @@
-{ pkgs ? import <nixpkgs> { } }:
-pkgs.mkShell {
- buildInputs = [
- pkgs.cabal-install
- pkgs.ormolu
- ];
-}
+(import ./. { }).shell