Nix CDK wont work

Question: I include cdk in replit.nix and command with main.c but it wont work


Repl link: https://replit.com/@neverforget/JuicyCompatibleAngle#replit.nix

/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.o: in function `show_menu':
main.c:(.text+0x1f): undefined reference to `initscr'
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.c:(.text+0x27): undefined reference to `initCDKScreen'
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.c:(.text+0x2f): undefined reference to `initCDKColor'
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.c:(.text+0x8b): undefined reference to `newCDKItemlist'
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.c:(.text+0x9c): undefined reference to `activateCDKItemlist'
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.c:(.text+0xad): undefined reference to `_destroyCDKObject'
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.c:(.text+0xb5): undefined reference to `destroyCDKScreen'
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.c:(.text+0xba): undefined reference to `endCDK'
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld: main.c:(.text+0x119): undefined reference to `popupLabel'

Check the replit for code

I did everything using -c inlcuding it from file trying to lacate the files but no luck
I am tring to CDK and Ncurses