connect4/flake.lock
Julia Lange b3b369a076
Add Horizontal and Vertical win checking
Adds horizontal and vertical win checking, as well as tests for such
features.

Adds valgrind to the flake.nix

Adds test_connect4 option to Makefile
2024-07-16 01:43:16 -07:00

43 lines
1.1 KiB
JSON

{
"nodes": {
"mini-compile-commands": {
"flake": false,
"locked": {
"lastModified": 1689962671,
"narHash": "sha256-qPyV3iU8rXhIlHEELAtu2UwXtdZgsWMK9dHySlVa8Jo=",
"owner": "danielbarter",
"repo": "mini_compile_commands",
"rev": "073ad72d27287f3e8073c3ef0c9069223fb2048c",
"type": "github"
},
"original": {
"owner": "danielbarter",
"repo": "mini_compile_commands",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1720957393,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"root": {
"inputs": {
"mini-compile-commands": "mini-compile-commands",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}