feat(onomastics-ng): init
This commit is contained in:
11
onomastics-ng/shell.nix
Normal file
11
onomastics-ng/shell.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs ? import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/d2caa9377539e3b5ff1272ac3aa2d15f3081069f.tar.gz") {} }:
|
||||
with pkgs;
|
||||
haskellPackages.developPackage {
|
||||
root = ./.;
|
||||
modifier = drv: haskell.lib.addBuildTools drv (with haskellPackages; [
|
||||
cabal-install
|
||||
ghcid
|
||||
(hoogleLocal { packages = drv.propagatedBuildInputs; })
|
||||
fourmolu
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user