feat: C templates
This commit is contained in:
parent
e5faf58ba8
commit
f5427d28a9
15 changed files with 236 additions and 0 deletions
8
c/basic/nixpkgs/shell.nix
Normal file
8
c/basic/nixpkgs/shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
let inherit (pkgs)
|
||||
mkShell
|
||||
llvmPackages_21
|
||||
;
|
||||
in mkShell {
|
||||
packages = [ llvmPackages_21.clang-tools ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue