fix: change examples d2n input urls to github repo

This commit is contained in:
Yusuf Bera Ertan 2022-09-15 14:59:19 +03:00
parent 499c9a7ff1
commit 8d9756d47f
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
inputs = {
dream2nix.url = "path:../..";
dream2nix.url = "github:nix-community/dream2nix";
src.url = "github:prettier/prettier/2.4.1";
src.flake = false;
};

View File

@ -1,6 +1,6 @@
{
inputs = {
dream2nix.url = "path:../../.";
dream2nix.url = "github:nix-community/dream2nix";
src.url = "github:rust-random/rand";
src.flake = false;
};

View File

@ -1,6 +1,6 @@
{
inputs = {
dream2nix.url = "path:../..";
dream2nix.url = "github:nix-community/dream2nix";
src.url = "github:BurntSushi/ripgrep/13.0.0";
src.flake = false;
};

View File

@ -3,7 +3,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
fenix.url = "github:nix-community/fenix/720b54260dee864d2a21745bd2bb55223f58e297";
fenix.inputs.nixpkgs.follows = "nixpkgs";
dream2nix.url = "path:../..";
dream2nix.url = "github:nix-community/dream2nix";
dream2nix.inputs.nixpkgs.follows = "nixpkgs";
src.url = "github:BurntSushi/ripgrep/13.0.0";
src.flake = false;