nixified-ai / flake

A Nix flake for many AI projects
GNU Affero General Public License v3.0
671 stars 73 forks source link

request: rename project to `nixified-ai` #21

Open DavHau opened 1 year ago

DavHau commented 1 year ago

The name flake is not optimal because:

How about just calling the project nixified-ai/nixified-ai ?

MatthewCroughan commented 1 year ago

after cloning the project it will end up in a directory called flake

I wonder if there's a way we could fix that with Nix itself, some low level thing.

adamcstephens commented 1 year ago

The name of the repo is used by git when cloning. Even if I could hack around this with Nix to rename the repo on clone, I wouldn't want to.

MatthewCroughan commented 1 year ago

Does anyone know how long GitHub will redirect the URL for, or whether it will at all?

adamcstephens commented 1 year ago

Yes, a single redirect will happen. AFAIK it is indefinite.

MatthewCroughan commented 1 year ago

Right, better to do it sooner rather than later then. Can anyone think of a better name than nixified-ai in this case, to make the most of this opportunity?

DavHau commented 1 year ago

I think the name is fine

max-privatevoid commented 1 year ago

nixified.ai could also be an option if we want to make our fancy domain stand out more

MatthewCroughan commented 1 year ago

Is there any way that is known to give the Nix flake URI a default repository? So for example nix run github:nixified-ai would default to a repository that we specify?

MatthewCroughan commented 1 year ago

I think it would be reasonable if the Nix/libfetcher C++ implementation for Flake URIs defaulted to repositories of the same name.

nix run github:nixified-ai would be the same as nix run github:nixified-ai/nixified-ai

max-privatevoid commented 1 year ago

To that end, we could ask for a spot in the global flake registry, in which case we'd be at nix run nixified-ai.

max-privatevoid commented 1 year ago

Opened a feature request https://github.com/NixOS/nix/issues/8205