-
It should not re-run health and other stuff when nix-direnv will be using the cached devshell. Otherwise there is perceptible delay every time we `cd` to the project dir.
![image](https://github.co…
-
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…
-
After reading [this](https://input-output-hk.github.io/haskell.nix/troubleshooting.html#how-do-i-prevent-the-evaluation-time-dependencies-of-my-project-from-being-garbage-collected), [this](https://gi…
-
Currently, all jobs appear under a single “Garnix CI” workflow, with output type, name, and system all in the job name:
![Screenshot 2023-07-11 at 01 41 01](https://github.com/sellout/yaya/assets/3…
-
# 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…
-
## Describe the bug
The `xcrun` command present in Nixpkgs behaves differently from Apple's version when it launches interactive applications. This results in some inconveniences when using a Nix d…
-
Some packages have collisions, which makes users unable to get a devshell.
I am not sure if the collision is an issue of those packages. But I think it would be good if dream2nix could ignore them…
-
When I check out the repository and attempt to run the dev server according to the instructions, I get an error that `babel-loader` isn't found.
```
$ env --chdir=frontend nix develop -c yarn dev
…
-
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…
-
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…