We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a416d26 commit d8b1865Copy full SHA for d8b1865
flake.nix
@@ -3,11 +3,11 @@
3
inputs = {
4
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
5
cadical = {
6
- url = "github:itepastra/cadical/add-flake";
+ url = "github:meelgroup/cadical/add-flake";
7
inputs.nixpkgs.follows = "nixpkgs";
8
};
9
cadiback = {
10
- url = "github:itepastra/cadiback/add-flake";
+ url = "github:meelgroup/cadiback/add-flake";
11
12
13
0 commit comments