-
[Playwright](https://playwright.dev/) support would be nice.
Currently I'm using:
```nix
inputs = {
nix-playwright-browsers.url = "github:voidus/nix-playwright-browsers";
nix-playwr…
-
The qt version in syncgit branch seems not up to date.
https://github.com/solvcon/devenv/blob/8d71b499b68f47133fcc461dea020f54c4a5f92e/scripts/build.d/qt#L44
-
Hello!
So [`mergeEnvs`](https://gist.github.com/adisbladis/2a44cded73e048458a815b5822eea195#file-shell-nix) can be used to merge multiple nix-shells; is any way to do something similar for `devenvs…
-
Show diff between the last activation and the new one. Diff options and packages.
-
[devenv](https://devenv.sh) has a really nice interactive tooltip feature for code blocks, allowing the reader to click a button at the end of a line to reveal a message with additional context.
![…
-
**Describe your proposed solution**
Integrate with devenv.sh
**What problem this feature solve**
Let user choose different mkShell wrappers.
**How you are overcoming this problem**
I do…
-
If the direnv shell isn't loaded and a developer runs `devenv up` or `start`, user will be instructed to run `devenv init`, which will put the project in a messy state with `devenv.nix` etc which shou…
-
**Describe the bug**
I have just moved to nixOS, and I am learning how to use `devenv` for my development environments. It seems that the `devenv gc` due to an error of unexpected argument for the co…
p16i updated
6 months ago
-
thought i should just add `flake-parts.flakeModules.unfree` but that doesn't work
also tried moving the allowUnfree into another file but can't figure out where to import nixpkgs
```nix
# Definitio…
-
I want to make all my scripts run from flake root, like this:
```
scripts.hello.exec = "pushd ${devenv.root}; hello; popd"
```
How can I iterate over all my scripts and wrap them into `pushd ... …