Skip to content
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

request: rename project to nixified-ai #21

Open
DavHau opened this issue Apr 4, 2023 · 11 comments
Open

request: rename project to nixified-ai #21

DavHau opened this issue Apr 4, 2023 · 11 comments

Comments

@DavHau
Copy link

DavHau commented Apr 4, 2023

The name flake is not optimal because:

  • after cloning the project it will end up in a directory called flake which might collide with other tings and also in not very expressive.
  • Also after forking the project on github it just ends up as DavHau/flake which has the same problems as described above.

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

@MatthewCroughan
Copy link
Member

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
Copy link

adamcstephens commented Apr 4, 2023

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
Copy link
Member

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

@adamcstephens
Copy link

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

@MatthewCroughan
Copy link
Member

MatthewCroughan commented Apr 5, 2023

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
Copy link
Author

DavHau commented Apr 5, 2023

I think the name is fine

@max-privatevoid
Copy link
Member

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

@MatthewCroughan
Copy link
Member

MatthewCroughan commented Apr 11, 2023

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
Copy link
Member

MatthewCroughan commented Apr 11, 2023

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
Copy link
Member

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
Copy link
Member

Opened a feature request NixOS/nix#8205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants