fix: correct example dream2nix input url

This commit is contained in:
Yusuf Bera Ertan 2022-11-12 01:04:07 +03:00
parent 19933dbcf0
commit ccde7c928b
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -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";