Changed file path to local for server-dash/-api
This commit is contained in:
parent
63d48184d1
commit
6ebf567696
1 changed files with 2 additions and 2 deletions
|
|
@ -18,10 +18,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
server-dash = {
|
||||
url = "github:JackMechem/server-dash";
|
||||
url = "path:/home/jack/Projects/server-dash";
|
||||
};
|
||||
server-dash-api = {
|
||||
url = "github:JackMechem/server-dash-api";
|
||||
url = "path:/home/jack/Projects/server-dash-api";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue