Skip to content

❄️ My personal nix flakes for coding

License

Notifications You must be signed in to change notification settings

KeyZox71/flake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix Flake template

Templates

All templates are with the git wrapper pogit

  • GO developement with language server
  • Deno developement
  • C/CPP developement with gcc, clang, gdb and valgrind (for easier debugging) and also compiledb to make compile_commands for clangd lsp
  • C/CPP developement for 42School the same as above but with the 42 norminette

Structure

├── flake.nix      # To expose flake
├── c-cpp
|  └── flake.nix
├── c-cpp_42
|  └── flake.nix
├── deno
|  └── flake.nix
├── go
|  └── flake.nix

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

❄️ My personal nix flakes for coding

Topics

Resources

License

Stars

Watchers

Forks

Languages