up
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
globalConfig = {
|
||||
env = {
|
||||
KERL_CONFIGURE_OPTIONS = "--with-termcap";
|
||||
CPPFLAGS = "-I${pkgs.ncurses.dev}/include";
|
||||
LDFLAGS = "-L${pkgs.ncurses.out}/lib";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user