Skip to content

Commit 1dfa0a8

Browse files
committed
update flake
1 parent dee4266 commit 1dfa0a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
inputs = {
44
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
55
arjun = {
6-
url = "github:itepastra/arjun/add-flake";
6+
url = "github:meelgroup/arjun/synthesis2";
77
inputs.nixpkgs.follows = "nixpkgs";
88
};
99
cryptominisat = {
10-
url = "github:itepastra/cryptominisat/add-flake";
10+
url = "github:msoos/cryptominisat/synthesis";
1111
inputs.nixpkgs.follows = "nixpkgs";
1212
};
1313
sbva = {
14-
url = "github:itepastra/sbva/add-flake";
14+
url = "github:meelgroup/sbva/master";
1515
inputs.nixpkgs.follows = "nixpkgs";
1616
};
1717
approxmc = {
18-
url = "github:itepastra/approxmc/add-flake";
18+
url = "github:meelgroup/approxmc/synthesis";
1919
inputs.nixpkgs.follows = "nixpkgs";
2020
};
2121
breakid = {
22-
url = "github:itepastra/breakid/add-flake";
22+
url = "github:meelgroup/breakid/master";
2323
inputs.nixpkgs.follows = "nixpkgs";
2424
};
2525
};

0 commit comments

Comments
 (0)