Use git.fudo.org, not a local path

This commit is contained in:
niten 2021-11-30 19:48:50 -06:00
parent 3dfcf39852
commit 75b5eb6e41
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
description = "Fudo Entities";
inputs = {
fudo-lib.url = "path:/state/fudo-lib";
fudo-lib.url = "git+https://git.fudo.org/fudo-nix/lib.git";
flake-utils.url = "github:numtide/flake-utils";
};