-
As far as I can tell, the only supported way to get a customized devshell is to override the devshell that is provided via `config.nci.outputs.${projectName}.devShell`. I frequently find myself adding…
-
I am running low on storage space. I investigated nix store usage and with `nix-store --gc --print-roots` I am noticing many gcroots in .direnv directories. This is expected, since I have been using d…
-
I'm trying to set up a dev shell that can run the cursor-arm command to open the app. How would I go about adding this to my dev env flake?
Right now it looks like this.
Sorry if it's a annoying ques…
-
# Include Docker image devshell in project
I created a [docker fredapi image](https://hub.docker.com/repository/docker/erezbinyamin/fredapi/general) for my own use, but if you'd like to incorporate…
-
As in the title.
Setting
```nix
devshells.my-shell.devshell.packages = with pkgs; [ my-pkg ];
```
doesn't make `"${my-pkg}/bin/my-pkg"` available in shell under `my-pkg`. What does this opt…
-
It would be cool to specify or edit a devshell when generating or modifying a flake. We should also add in support for just generating a nix shell as well.
Other features could include editing buil…
-
some ideas for snippets that would be helpful:
- dbt
- nix flakes (mostly desired for creating devShell)
-
I have a script called `devshell` (relevant code below), which is intended to start the devcontainer if not always running, then give you a shell into the container.
When I start the container _in …
-
I’d like to use your modules in a project which doesn’t use devshell (nor flakes). Could this be easily done? I’d like to simply be able to manually invoke a command to generate the files using given …
-
## Issue description
Currently, there is no convenient way to make a working dev shell for an npm package built with bulidNpmPackage. We need to run `npmConfigHook` as a shell hook, basically, to s…