From ccde7c928bd5ddd559db0cf7540f31d790735cf8 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sat, 12 Nov 2022 01:04:07 +0300 Subject: [PATCH] fix: correct example dream2nix input url --- examples/_d2n-flake-parts/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/_d2n-flake-parts/flake.nix b/examples/_d2n-flake-parts/flake.nix index 59104da9..9956932d 100644 --- a/examples/_d2n-flake-parts/flake.nix +++ b/examples/_d2n-flake-parts/flake.nix @@ -1,6 +1,6 @@ { inputs = { - dream2nix.url = "path:../.."; + dream2nix.url = "github:nix-community/dream2nix"; nixpkgs.follows = "dream2nix/nixpkgs"; flake-parts.url = "github:hercules-ci/flake-parts"; src.url = "github:BurntSushi/ripgrep/13.0.0";