chore: fix relative paths
This commit is contained in:
parent
1f6c93d6a2
commit
ded2acef35
2 changed files with 9 additions and 9 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue