Skip to content

Commit

Permalink
flake depends on SAT-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Aug 16, 2024
1 parent 3524350 commit 8de8662
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 5 deletions.
42 changes: 38 additions & 4 deletions flake.lock

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

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
description = "A modern SAT solver in Rust";
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
outputs = { self, nixpkgs }:
inputs.sat-bench.url = "github:shnarazk/SAT-bench";
outputs = { self, nixpkgs, sat-bench }:
{
packages = builtins.listToAttrs
(map
Expand Down Expand Up @@ -43,6 +44,7 @@
tokei
# cargo-watch
# nixpkgs.lldb_18
sat-bench.packages.${system}.default
];
};
}
Expand Down

0 comments on commit 8de8662

Please sign in to comment.