-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the files option to accept directories #73
Labels
Comments
For now I'm working around using the function in https://github.com/Infinidoge/nix-minecraft/pull/43/files |
Infinidoge
added
enhancement
New feature or request
module
Topic: The minecraft-servers module
labels
Aug 8, 2024
Misterio77
added a commit
to Misterio77/nix-minecraft
that referenced
this issue
Dec 26, 2024
The new system works by adding a file attribute (user.nix-minecraft-managed) to managed files and symlinks. This makes it possible to correctly cleanup managed files (when stopping, restarting, reloading). I've also added support for directories (Infinidoge#73), and ensured only non-binary files are substituted with env vars (Infinidoge#70)
Merged
Will be fixed by #116 |
Misterio77
added a commit
to Misterio77/nix-minecraft
that referenced
this issue
Dec 27, 2024
The new system works by adding a file (.nix-minecraft-managed) to track managed files and symlinks. This makes it possible to correctly cleanup managed files (when stopping, restarting, reloading). I've also added support for directories (Infinidoge#73), and ensured only non-binary files are substituted with env vars (Infinidoge#70)
Misterio77
added a commit
to Misterio77/nix-minecraft
that referenced
this issue
Dec 27, 2024
The new system works by adding a file (.nix-minecraft-managed) to track managed files and symlinks. This makes it possible to correctly cleanup managed files (when stopping, restarting, reloading). I've also added support for directories (Infinidoge#73), and ensured only non-binary files are substituted with env vars (Infinidoge#70)
Misterio77
added a commit
to Misterio77/nix-minecraft
that referenced
this issue
Dec 28, 2024
The new system works by adding a file (.nix-minecraft-managed) to track managed files and symlinks. This makes it possible to correctly cleanup managed files (when stopping, restarting, reloading). I've also added support for directories (Infinidoge#73), and ensured only non-binary files are substituted with env vars (Infinidoge#70)
Misterio77
added a commit
to Misterio77/nix-minecraft
that referenced
this issue
Dec 29, 2024
The new system works by adding a file (.nix-minecraft-managed) to track managed files and symlinks. This makes it possible to correctly cleanup managed files (when stopping, restarting, reloading). I've also added support for directories (Infinidoge#73), and ensured only non-binary files are substituted with env vars (Infinidoge#70)
Infinidoge
pushed a commit
that referenced
this issue
Dec 29, 2024
The new system works by adding a file (.nix-minecraft-managed) to track managed files and symlinks. This makes it possible to correctly cleanup managed files (when stopping, restarting, reloading). I've also added support for directories (#73), and ensured only non-binary files are substituted with env vars (#70)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forgive my ignorance if this isn't possible, but it would be nice if the files option could accept directories.
The symlinks option does not work for the config folder since it needs to be writable (this is mentioned in the files option docs). I'd rather not specify every config file individually in the files option 😂
The text was updated successfully, but these errors were encountered: