-
-
Notifications
You must be signed in to change notification settings - Fork 101
Template request: an isolated projectΒ #59
Description
I think it would be very useful to have a general template where people can add their dependencies and run nix develop (or whatever command is needed to open my shell with the new apps). With some documentation on how to use it on the flake itself.
I would like to initialize a flake, add packages like nixpkgs.git nixpkgs.grep nixpkgs.sed nixpkgs.redis mygithubdependency.app. And finally run a command and have the shell with those deps, this way people using my project could run the scripts of whatever I've configured. I tried the different templates but I couldn't do it, I find very hard to achieve this π
I think maybe one of the hardest parts for me is to import another flake on github. This would be useful to import other projects in my projects.
Thanks!