Domen Kožar
Domen Kožar
The idea is that you can create files like: ```nix { files."devcontainer.json".json = { name = "myenv"; }; files.".editorconfig".ini = { "*" = { end_of_line = "lf"; }; }; files."README.md".text...
We should fix all the tests and accept zero-test policy now with devenv-nixpkgs As of [this commit](https://github.com/cachix/devenv/actions/runs/8450216802/job/23174203105) we have failing tests: - `tests`: it just fails without any output, needs...
Please describe your use case how you'd like to use containers from macOS.
I've already done so for https://github.com/cachix/git-hooks.nix
This is convenient when the environment is too complex to set up on your local machine (for example, running two databases) or when you want to run tests in a...
With #745 it will be possible to import devenv.nix across directories in a git repo. But it's a bit cumbersome to use: ```yaml inputs: root: url: git+file://. flake: false imports:...
``` # gpypi create tvnamer * Config was generated at /etc/gpypi * Generating ebuild: tvnamer 2.2.1 * You are using interactive mode for configuration. * Answer questions with configuration value...
Currently we depend on quite some system environment, rewrite that with mock library.