diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-08 04:51:59 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-08 04:51:59 +0100 |
commit | 0c4cee8aa80f3793bd26ebccd2f60249a7c144fd (patch) | |
tree | efa2d7e3c4f61090b04907c077ae7d2fd1d64067 /shell.nix | |
parent | a980a128c54dff021ec21478e60b5e241749d504 (diff) |
add Git store
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,7 +1 @@ -{ pkgs ? import <nixpkgs> { } }: -pkgs.mkShell { - buildInputs = [ - pkgs.cabal-install - pkgs.ormolu - ]; -} +(import ./. { }).shell |