Initial commit

This commit is contained in:
Christoph Hollizeck 2025-07-17 10:15:06 +02:00
commit 69334b5b12
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
11 changed files with 822 additions and 0 deletions

15
devenv.yaml Normal file
View file

@ -0,0 +1,15 @@
inputs:
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
zig-overlay:
url: github:mitchellh/zig-overlay
inputs:
nixpkgs:
follows: nixpkgs
zls:
url: github:zigtools/zls
inputs:
nixpkgs:
follows: nixpkgs
zig-overlay:
follows: zig-overlay