feat: switch to hashmap
This commit is contained in:
parent
b4c7068c30
commit
b2f7ee3a9d
3 changed files with 23 additions and 41 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> }:
|
||||
with pkgs;
|
||||
mkShell {
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
gcc
|
||||
ccls
|
||||
bear
|
||||
boost
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue