https://github.com/keyzox71/flake-template
:snowflake: My personal nix flakes for coding
https://github.com/keyzox71/flake-template
devshell nix nix-flake nixos nixos-flake
Last synced: 8 months ago
JSON representation
:snowflake: My personal nix flakes for coding
- Host: GitHub
- URL: https://github.com/keyzox71/flake-template
- Owner: KeyZox71
- License: mit
- Created: 2024-11-05T16:18:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T17:09:46.000Z (over 1 year ago)
- Last Synced: 2025-06-18T06:36:53.401Z (9 months ago)
- Topics: devshell, nix, nix-flake, nixos, nixos-flake
- Language: Nix
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix Flake template
## Templates
All templates are with the git wrapper [pogit](https://github.com/y-syo/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](LICENSE) file for details.