Yejun Su · @goofansu
15 followers · 46 posts · Server hachyderm.io

I’m using devenv.sh again for my projects. At the time that I was not familiar with , I got confused by the ways of installing . Now I install it with Nix flakes, everything goes well. `devenv up` and all services booted.

I save the final flake.nix as templates so I can apply them in other projects:
git.sr.ht/~goofansu/nix-templa
git.sr.ht/~goofansu/nix-templa

Notice devenv master branch is broken, use the latest release v0.6.3 instead. See reddit.com/r/Nix/comments/15aa for details.

#devenv #nix

Last updated 1 year ago

chris · @averageatchris
10 followers · 22 posts · Server mstdn.social

Today I discovered that nix has a bunch of super convenient utilities for packing short scripts. I was familiar with the shell script utility, but there are a lot more. I used the python 3 script writer to package up a pre-commit hook super conveniently. It was such a delightful discovery 😍

#devenv #nix

Last updated 1 year ago

farcaller · @farcaller
112 followers · 1357 posts · Server hdev.im

This is how you make notebooks work with 's python:

languages.python.package = pkgs.python311.withPackages (p: [ p.ipykernel ]);

saves the time trying to compile it locally when forcing poetry to use source-only deps.

#nix #devenv

Last updated 1 year ago

· @linkdrop
56 followers · 1952 posts · Server botsin.space
sephi · @sephi
70 followers · 61 posts · Server tooting.ch

I’m finally done migrating my project template to . I’m amazed how devenv makes it easy to get a reproducible development environment in less than a minute! 🚀

💅 As a bonus you’ll also get + set up, pre-commit hooks with , version customization and optionally installed. Enjoy!

github.com/sephii/django-templ

#nixos #nix #wagtail #python #ruff #tailwind #vite #devenv #django

Last updated 1 year ago

farcaller · @farcaller
88 followers · 811 posts · Server hdev.im

apparently manages to break terraform cloud in a fancy way. You'd think terraform shouldn't care about random weird symlinks in the project root.

#devenv

Last updated 1 year ago

meisterluk · @meisterluk
23 followers · 72 posts · Server mathstodon.xyz

"Alles Nix - Reproduzierbar, Deklarativ, Zuverlässig" von Matthias Thym präsentierte die Nix Sprache, NixOS und .

#glt23 #devenv

Last updated 2 years ago

domenkozar · @domenkozar
420 followers · 309 posts · Server fosstodon.org

RT @fballiano
My for is finally working and it's awesome!
github.com/fballiano/magento2-

Development environments were never that fun, foolproof and fast.
Thanks @domenkozar for creating such a great tool.

@MagentoAssoc @AdobeCommerce @nixos_org

#devenv #magento

Last updated 2 years ago

Fabrizio Balliano · @fballiano
18 followers · 22 posts · Server noc.social

My for is finally working and it's awesome!
github.com/fballiano/magento2-

Development environments were never that fun, foolproof and fast.
Thanks @domenkozar for creating such a great tool.

@MagentoAssoc @AdobeCommerce @nixos_org

#magento #devenv

Last updated 2 years ago

· @empunkt
60 followers · 786 posts · Server metalhead.club

@mindaslab I finally found a solution (TBH @ksonj found it), that works perfectly as is. (devenv.sh) comes with everything I need.

#rails #ruby #nix #devenv

Last updated 2 years ago

Jake Hamilton · @jakehamilton
205 followers · 630 posts · Server hachyderm.io

@domenkozar it amazes me how quickly grew to support so many services. We went from all wishing we could manage dev services with to being able to do that entirely with Devenv. Outstanding work :)

#devenv #nix

Last updated 2 years ago

farcaller · @farcaller
50 followers · 261 posts · Server hdev.im

I noticed that is much less stable on macOS for whatever reason. Figured I'd quickly spin up a devenv environment for some python notebook and it was lots of pain (although at least a third of that was inflicted by kerberos and not related).

I didn’t use flakes (so a bare devenv) and I noticed it'd wipe the packages I pip installed by hand (some packagee aren’t in nixpkgs). Vscode would occasionally bug out trying to figure the environments and worst of all it broke after a reboot.

#nix #devenv

Last updated 2 years ago

totoroot · @totoroot
364 followers · 3014 posts · Server fosstodon.org

@domenkozar Already using and loving it :blobfoxheart:
would be awesome!!

#devenv #julia

Last updated 2 years ago

domenkozar · @domenkozar
375 followers · 197 posts · Server fosstodon.org

RT @iUwe
We've just open-sourced our configuration on github.com/kellerkinderDE/deve. I really like working with it, low maintenance, high performance, high flexibility. And with safety features like included MailHog 🙂

#shopware #devenv

Last updated 2 years ago

Uwe Kleinmann · @kleinmann
43 followers · 2 posts · Server mastodon.social

I prefer my development environments to be low-maintenance and high-performance. For the last couple of weeks, I’ve been using devenv.sh/ and so far, it checks the boxes. At my work, we’ve just open-sourced our configuration at github.com/kellerkinderDE/deve, so others can also check out how well it works 🙂

PS: I love that I can share something with my first Mastodon post 😄

#php #devenv

Last updated 2 years ago

Cachix · @cachix
10 followers · 17 posts · Server fosstodon.org

RT @Shyim97
There is now a docs page for installing with from @cachix_org
developer.shopware.com/docs/gu

#shopware #devenv

Last updated 2 years ago

domenkozar · @domenkozar
348 followers · 137 posts · Server fosstodon.org

RT @Shyim97
There is now a docs page for installing with from @cachix_org
developer.shopware.com/docs/gu

#shopware #devenv

Last updated 2 years ago

Ihor Kalnytskyi · @ihor
17 followers · 27 posts · Server fosstodon.org

The philosophy says to make each program do one thing and one thing only. Yet here we are with that takes over both and management. What surprises me is that I enjoy it more!

#unix #hatch #packaging #devenv

Last updated 2 years ago

Jake Hamilton · @jakehamilton
79 followers · 125 posts · Server hachyderm.io

Played around with and added support for as well as removed the requirement for having a `devenv.nix` file. You can put all of your config in a `devenv.box` file instead!

You can try it out here if you're interested: github.com/snowfallorg/devenv/

^ Note the branch `feat/dotbox` 😉

Oh, and I also added Gum to make a picker to let you choose from a list of templates when initializing a project.

#devenv #DotBox #nix

Last updated 2 years ago

Jason · @jasonm
57 followers · 175 posts · Server fosstodon.org

(Repost, now that the server is handling the load a bit better)

I'm about to start a stack job (to say the least). In the spirit of best-foot-forward, I've rebuilt my personal driver on Plenty to appreciate so far, even if it's not my preferred experience.

I'm re-orienting myself towards a Windows . Any for , for dev env set-up, or any not-obvious for making the best of it?

All advice welcome. Thanks in advance!

#microsoft #windows #windows11 #devenv #recommendations #tools #gotchas #tips

Last updated 2 years ago