Changed file path to local for server-dash/-api

This commit is contained in:
Jack Mechem 2026-03-30 12:57:51 -07:00
parent 63d48184d1
commit 6ebf567696

View file

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