mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 15:04:46 +03:00
fix: remote location of cabal2json repo in examples
This commit is contained in:
parent
c0158aea96
commit
771ff6e378
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
dream2nix.url = "github:nix-community/dream2nix";
|
dream2nix.url = "github:nix-community/dream2nix";
|
||||||
src.url = "github:davhau/cabal2json/plan-json";
|
src.url = "github:NorfairKing/cabal2json/plan-json";
|
||||||
src.flake = false;
|
src.flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
dream2nix.url = "github:nix-community/dream2nix";
|
dream2nix.url = "github:nix-community/dream2nix";
|
||||||
src.url = "github:davhau/cabal2json/plan-json";
|
src.url = "github:NorfairKing/cabal2json/plan-json";
|
||||||
src.flake = false;
|
src.flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ in {
|
|||||||
*/
|
*/
|
||||||
generateUnitTestsForProjects = [
|
generateUnitTestsForProjects = [
|
||||||
(builtins.fetchTarball {
|
(builtins.fetchTarball {
|
||||||
url = "https://github.com/davhau/cabal2json/tarball/plan-json";
|
url = "https://github.com/NorfairKing/cabal2json/tarball/plan-json";
|
||||||
sha256 = "1d0mfq8q92kikasxds20fshnwcjkm416vc2kf7l3rhmfm443snwg";
|
sha256 = "1d0mfq8q92kikasxds20fshnwcjkm416vc2kf7l3rhmfm443snwg";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user