parent
df5834fcaf
commit
2a859293a9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ let
|
||||||
|
|
||||||
tomeLocations = builtins.listToAttrs (
|
tomeLocations = builtins.listToAttrs (
|
||||||
map (path: {
|
map (path: {
|
||||||
name = "~ ^/${path}";
|
name = "~ ^/${path}$";
|
||||||
|
|
||||||
value = {
|
value = {
|
||||||
root = tome.root;
|
root = tome.root;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue