Don't pass package into dev environment; update gitignore; remove result symlink

This commit is contained in:
James Eversole
2024-10-16 15:58:13 -05:00
parent b39e9cefd6
commit 36bd102358
3 changed files with 12 additions and 2 deletions

View File

@@ -30,7 +30,6 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
self.packages.${system}.default
pkgs.haskellPackages.cabal-install
pkgs.haskellPackages.ghc
pkgs.haskellPackages.ghcid