up
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
programs.mise = {
|
programs.mise = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
enableZshIntegration = 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