reverted flake

This commit is contained in:
2024-11-03 15:40:20 -06:00
parent 5f27d4612a
commit 455224c045
78 changed files with 0 additions and 27 deletions

12
download_hs/default.nix Normal file
View File

@@ -0,0 +1,12 @@
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
]);
}