44 sats \ 3 replies \ @siggy47 28 Nov 2023 \ parent \ on: You wanna dev? meta
That's the best part for me. Screwing up, then switching generations.
Also when you work on a project the only dependency is
nix
even without NixOS, since using NixOS I've never experienced the beauty to work on a freshly cloned project without having something broken in the setup.Such bliss.... 🌷
reply
I need to learn that and ditch Docker
reply
You can merge them together, nix within docker gives you a cross platform system with magically pinned dependency from NixOS.
But pure Nix is another story, with a single
nix-shell
I have everything working everywhere nix run, and with the OS you can set-up deployments with no effort from a configuration file.Talk about real code-as-infrastructure. 😉
reply