mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-27 14:51:15 +03:00
fix: correct example dream2nix input url
This commit is contained in:
parent
19933dbcf0
commit
ccde7c928b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
dream2nix.url = "path:../..";
|
dream2nix.url = "github:nix-community/dream2nix";
|
||||||
nixpkgs.follows = "dream2nix/nixpkgs";
|
nixpkgs.follows = "dream2nix/nixpkgs";
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
src.url = "github:BurntSushi/ripgrep/13.0.0";
|
src.url = "github:BurntSushi/ripgrep/13.0.0";
|
||||||
|
Loading…
Reference in New Issue
Block a user