back
user profile

domenkozar

768karma·158submissions·July 17, 2019
recent activity (158 total)
comment
In devenv.sh: difftastic.enable = true;
2y ago·view thread
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/…
2y ago·view thread
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…
2y ago·view thread
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…
3y ago·view thread
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…
3y ago·view thread
comment
A lot of these pitfalls and boilerplate, we've removed in https://devenv.sh :)
3y ago·view thread
comment
The best talk I know about this is https://www.youtube.com/watch?v=t6goF1dM3ag
3y ago·view thread
comment
Do you still experience these UX issues and lack of documentation?
3y ago·view thread
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.…
3y ago·view thread
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…
3y ago·view thread
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…
3y ago·view thread
comment
Have you tried https://devenv.sh ?
3y ago·view thread
comment
Hey! Could you elaborate a bit more on what docs are missing?
3y ago·view thread