mirror of
https://github.com/Noratrieb/winning.git
synced 2026-01-14 09:45:03 +01:00
5 lines
117 B
Nix
5 lines
117 B
Nix
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
llvmPackages_20.clang-unwrapped
|
|
];
|
|
}
|