From 0c4cee8aa80f3793bd26ebccd2f60249a7c144fd Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 8 Feb 2024 04:51:59 +0100 Subject: add Git store --- shell.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 9c54f99..a6bdf20 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1 @@ -{ pkgs ? import { } }: -pkgs.mkShell { - buildInputs = [ - pkgs.cabal-install - pkgs.ormolu - ]; -} +(import ./. { }).shell -- cgit v1.2.3