mirror of
https://github.com/Noratrieb/winning.git
synced 2026-01-14 17:55:02 +01:00
init
This commit is contained in:
parent
850f324c7b
commit
3319d701a3
7 changed files with 803 additions and 0 deletions
5
shell.nix
Normal file
5
shell.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
llvmPackages_20.clang-unwrapped
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue