Skip to content

diefans/kcl-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kcl-nix

There are three derivations, which depend on each other:

  1. kclvm

  2. kclvm_cli

  3. kcl

# build
nix-build kcl.nix

# install
nix-env -if kcl.nix

Notes

  • kclvm containes weird overrides for the PROTOC environment variable, which took me a lot of time to realize.

  • nixos-23.11 packages are used, since I got error with glibc on nixos-unstable