Dessalines to Announcements@lemmy.ml- •
- 1h
- •
We're getting ready to release a new version of Lemmy, which will require a database upgrade, so we'll have a few hours of downtime.
- @anders@jeremmy.ml to
Memes@lemmy.ml - •
- 1d
- •

I just built Lemmy on a Linode VPS using Yunohost. I started creating communities but I misspelled the name of one of them. I can't see where I can edit that as an Admin. I'm really wondering if my admin console has all the feature, because I can't see how to make a user and admin either. It all seems really bare in terms of what can be done. Anyway, first things first, how do I correct the name of a community?
[Announcement on NixOS Discourse](https://discourse.nixos.org/t/nix-init-generate-nix-packages-from-urls-with-hash-prefetching-dependency-inference-license-detection-and-more)

### Features
- Hash prefetching powered by [nurl]
- Dependency inference for Rust packages using the [Riff](https://github.com/DeterminateSystems/riff) registry and python projects
- Interactive prompts with fuzzy tab completions
- License detection
- Supported builders
- `stdenv.mkDerivation`
- `buildRustPackage`
- `buildPythonApplication` and `buildPythonPackage`
- `buildGoModule`
- Supported fetchers
- `fetchCrate`
- `fetchFromGitHub`
- `fetchFromGitLab`
- `fetchFromGitea`
- `fetchPypi`
- All other fetchers supported by [nurl] are also supported, you just have to specify the tags manually
### Usage
```
Usage: nix-init [OPTIONS] <OUTPUT>
Arguments:
<OUTPUT> The path to output the generated file to
Options:
-u, --url <URL> Specify the URL
-c, --config <CONFIG> Specify the config file
-h, --help Print help
-V, --version Print version
```
[nurl]: https://github.com/nix-community/nurl
- cross-posted to:
- linux@lemmy.ml