chore: fix relative paths

This commit is contained in:
Khaïs COLIN 2024-08-23 14:19:29 +02:00
parent 1f6c93d6a2
commit ded2acef35
2 changed files with 9 additions and 9 deletions

View file

@ -14,17 +14,17 @@
};
nixvim = {
url = "path:./nixvim";
url = "path:nixvim";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
river-shifttags = {
url = "path:./river-shifttags";
url = "path:river-shifttags";
inputs.nixpkgs.follows = "nixpkgs";
};
breezex-cursor = {
url = "path:./breezex-cursor";
url = "path:breezex-cursor";
inputs.nixpkgs.follows = "nixpkgs";
};