aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-08 04:51:59 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-08 04:51:59 +0100
commit0c4cee8aa80f3793bd26ebccd2f60249a7c144fd (patch)
treeefa2d7e3c4f61090b04907c077ae7d2fd1d64067 /shell.nix
parenta980a128c54dff021ec21478e60b5e241749d504 (diff)
add Git store
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