shell-nix: remove node2nix (non-existant) and profiteur (ghc-prof currently markes as broken)

This commit is contained in:
Steffen Jost 2023-10-04 14:46:54 +00:00
parent b7d4f6913d
commit dd67429139

View File

@ -275,7 +275,7 @@ in pkgs.mkShell {
++ (with pkgs;
[ stack nodejs-14_x postgresql_12 openldap exiftool memcached minio minio-client
gup reuse pre-commit
node2nix
# node2nix
# busybox # for print services, but interferes with build commands in develop-shell
htop
pdftk # pdftk just for testing pdf-passwords
@ -290,5 +290,5 @@ in pkgs.mkShell {
;
})
]
) ++ (with pkgs.haskellPackages; [ yesod-bin hlint cabal-install weeder profiteur ]);
) ++ (with pkgs.haskellPackages; [ yesod-bin hlint cabal-install weeder ]);
}