changes before turning into a flake
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
let pkgs = import <nixpkgs> { };
|
||||
in pkgs.haskellPackages.developPackage {
|
||||
root = ./.;
|
||||
modifier = drv:
|
||||
pkgs.haskell.lib.addBuildTools drv (with pkgs.haskellPackages; [
|
||||
cabal-install
|
||||
ghcid
|
||||
haskell-language-server
|
||||
fourmolu
|
||||
regex
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user