Skip to content

Commit

Permalink
add make to devenv (#1772)
Browse files Browse the repository at this point in the history
make is (still) needed for various stuff in the devenv
including the haskell IDE stuff, the hie-bios uses make
by adding it to the devenv, users don't need a global make install
  • Loading branch information
Eisfunke authored Jul 25, 2023
1 parent 6dff6c5 commit 68a6912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ihpFlake:
};

devenv.shells.default = lib.mkIf cfg.enable {
packages = [ ghcCompiler.ihp pkgs.postgresql_13 ] ++ cfg.packages;
packages = [ ghcCompiler.ihp pkgs.postgresql_13 pkgs.gnumake ] ++ cfg.packages;

/*
we currently don't use devenv containers, and they break nix flake show
Expand Down

0 comments on commit 68a6912

Please sign in to comment.