back
user profile
domenkozar
769karma·158submissions·July 17, 2019
recent activity (158 total)
comment
https://devenv.sh/ covers most of these points as none of the complaints mentioned are design flaws, but they are just something we have yet to reach.…
comment
Could you paste the output somewhere?
comment
Specifying language versions is planned. Versions are locked using devenv.lock and everyone gets the same version.
comment
Did you use the Cachix step?
comment
That's something that still needs to be supported and I'll be working on it next week as part of the https://oceansprint.org …
comment
That's the goal of languages.python.enable knob you can turn on. There are kind of three levels of language support in devenv: 1) Basic tooling + system dependencies, this allows you to use nativ…
comment
I used to be a Gentoo user until about 2013: https://domenkozar.com/2013/07/20/9-years-of-linux-distribut... …
comment
You're welcome, that tutorial was written by https://github.com/fricklerhandwerk
comment
I've been hacking on VSCode integration as of yesterday, follow https://github.com/cachix/devenv/issues/26 for updates :) This shouldn't be more than a day of…
comment
It depends a lot from where you are coming from. It seems like you have prior Nix experience: The main benefit is abstraction using modules: this allows you to extend, compose and abstract your enviro…
comment
Hi all, I'm the author of https://devenv.sh , https://cachix.org and https://nix.dev . I've been part of the Nix community for more than 10 years and in the…
comment
Hi all,
I'm the author of https://devenv.sh , https://cachix.org and https://nix.dev . I've been part of the Nix community for years and in the last 4 years…
comment
Hi all, I'm the author of https://devenv.sh , https://cachix.org and https://nix.dev . I've been part of the Nix community for years and in the last 4 years…
comment
I've mentioned them at my talk yesterday :) https://youtu.be/WuWZqSSoLxY
comment
Can we wait with the nukes for a few months? I really want to know how the universe works before we go back to sticks and stones.
comment
You probably never heard about Bhopal disaster, one of the world's worst industrial disasters, killing 3787 people.
comment
We know documentation is too scattered and incomplete. I've started https://nix.dev about a year ago to provide a resource for newcomers. I'm working on comprehensive language tu…
comment
Can you try https://nix.dev and let me know what's missing?
comment
There's goes my week changing all tutorial to use flakes at https://nix.dev/
comment
That's the goal of https://nix.dev , you can subscribe for future updates!
comment
Could you say more what's foreign?
comment
Still for reproducibility, it's best to build container images with Nix: https://nix.dev/tutorials/building-and-running-docker-images …