Skip to content

Commit

Permalink
Fix: welcomeText template path (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
heisfer authored Jan 21, 2025
1 parent 1b1918b commit 5ae0f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imports/templates.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
basic = {
path = ../../templates/basic;
description = "A basic template for getting started with PHP development";
welcomeText = builtins.readFile ./templates/basic/README.md;
welcomeText = builtins.readFile ../../templates/basic/README.md;
};
};
};
Expand Down

0 comments on commit 5ae0f2f

Please sign in to comment.