back
user profile
domenkozar
768karma·158submissions·July 17, 2019
recent activity (158 total)
comment
In devenv.sh: difftastic.enable = true;
comment
Hey folks, We've shipped a pretty big update this time, incorporating a lot of feedback and issues from the last year. Here's a 5min demo: https://twitter.com/domenkozar/…
comment
Better composability and abstraction, see for example how you can configure a process in https://devenv.sh/services/ that has first-class support for development environments usi…
comment
That's a mouthful for 14 lines of native development that can generate a dev container using https://devenv.sh $ cat devenv.nix { pkgs, ... }: { languages.c.enable = true;
pack…
comment
Note that warm waters is a typical strawman argument against nuclear power. These are rare anomalies and there's dry-cooling of nuclear power plants (although it's less efficient and costs m…
comment
A lot of these pitfalls and boilerplate, we've removed in https://devenv.sh :)
comment
The best talk I know about this is https://www.youtube.com/watch?v=t6goF1dM3ag
comment
Do you still experience these UX issues and lack of documentation?
comment
Hey! We've been working at Cachix to address this using https://devenv.sh/ . It's primary targeted to improve DX and on-board users quickly.…
comment
Hey folks, Cachix founder here. Here are a few links for getting started: - https://nix.dev Nix tutorials - https://devenv.sh Fast, Declarative, Reproducible, and Composable De…
comment
If you decide to try https://devenv.sh , it has OCaml support built-in: $ cat devenv.nix
{ config, ...}:
let
ocamlPackages = config.languages.ocaml.packages;
in {
langua…
comment
Have you tried https://devenv.sh ?
comment
Hey! Could you elaborate a bit more on what docs are missing?