fix: remote location of cabal2json repo in examples

This commit is contained in:
DavHau 2023-03-12 22:17:16 +07:00
parent c0158aea96
commit 771ff6e378
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
inputs = {
dream2nix.url = "github:nix-community/dream2nix";
src.url = "github:davhau/cabal2json/plan-json";
src.url = "github:NorfairKing/cabal2json/plan-json";
src.flake = false;
};

View File

@ -1,7 +1,7 @@
{
inputs = {
dream2nix.url = "github:nix-community/dream2nix";
src.url = "github:davhau/cabal2json/plan-json";
src.url = "github:NorfairKing/cabal2json/plan-json";
src.flake = false;
};

View File

@ -14,7 +14,7 @@ in {
*/
generateUnitTestsForProjects = [
(builtins.fetchTarball {
url = "https://github.com/davhau/cabal2json/tarball/plan-json";
url = "https://github.com/NorfairKing/cabal2json/tarball/plan-json";
sha256 = "1d0mfq8q92kikasxds20fshnwcjkm416vc2kf7l3rhmfm443snwg";
})
];