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

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
WD
bin/
/result
/Dockerfile
/docker-stack.yml
dist*
*~
.env
.stack-work/
*.swp
.direnv*
.envrc

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

1
result
View File

@ -1 +0,0 @@
/nix/store/mjqr6gajan8a4nmhl4s6khq4lf6phrf3-HELPS-0.0.1