Skip to content

Commit

Permalink
Merge pull request #8 from BlauGroup/fixing_compile_bug
Browse files Browse the repository at this point in the history
fixing compile bug and bumping flake lock
  • Loading branch information
espottesmith authored Aug 23, 2024
2 parents 8b07dc4 + fb1b021 commit e52bd14
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions core/sql.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <optional>
#include <iostream>
#include <iomanip>
#include <utility>

// DESIGN
// the sqlite C API has two kinds of resources: connections and
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
in {
devShell.x86_64-linux =
with import nixpkgs { system = "x86_64-linux"; };
# (mkShell.override { stdenv = (callPackage mini-compile-commands {}).wrap clang13Stdenv; }) {
(mkShell.override { stdenv = clang13Stdenv; }) {
# (mkShell.override { stdenv = (callPackage mini-compile-commands {}).wrap clangStdenv; }) {
(mkShell.override { stdenv = clangStdenv; }) {
buildInputs = [
gcc
clang
Expand Down

0 comments on commit e52bd14

Please sign in to comment.