this code is a disgrace

This commit is contained in:
Xory 2025-09-24 16:16:45 +03:00
parent b2e898eeed
commit a397347001
5 changed files with 72 additions and 4 deletions

8
shell.nix Normal file
View file

@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> }:
with pkgs;
mkShell {
buildInputs = with pkgs; [
gcc
ccls
];
}