Skip to content

Commit d8b1865

Browse files
committed
We can now use meelgroup, thanks @itepastra
1 parent a416d26 commit d8b1865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
inputs = {
44
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
55
cadical = {
6-
url = "github:itepastra/cadical/add-flake";
6+
url = "github:meelgroup/cadical/add-flake";
77
inputs.nixpkgs.follows = "nixpkgs";
88
};
99
cadiback = {
10-
url = "github:itepastra/cadiback/add-flake";
10+
url = "github:meelgroup/cadiback/add-flake";
1111
inputs.nixpkgs.follows = "nixpkgs";
1212
};
1313
};

0 commit comments

Comments
 (0)