DeterminateSystems / fh

The official CLI for FlakeHub: search for flakes, and add new inputs to your Nix flake.
https://flakehub.com
Apache License 2.0
105 stars 8 forks source link

`fh add` Adding a url to inputs that ist not a flake should add `flake = false;` #92

Open BenediktBroich opened 6 months ago

BenediktBroich commented 6 months ago

Adding a input url fh add github:emacs-straight/org-mode that is not a flake only adds org-mode.url = "github:emacs-straight/org-mode";. The tool should detect that the input is not a flake or there should be an option to also add org-mode.flake = false; for this input.