feat: switch to hashmap

This commit is contained in:
Xory 2026-04-10 14:28:55 +03:00
parent b4c7068c30
commit b2f7ee3a9d
3 changed files with 23 additions and 41 deletions

View file

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