Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.
As someone who has switched their system to flakes, I really do struggle with them for projects and getting dev-shells. So I use flakes for the system but use a classic shell.nix for my shells
As someone who has switched their system to flakes, I really do struggle with them for projects and getting dev-shells. So I use flakes for the system but use a classic
shell.nix
for my shellsOh that’s an approach I haven’t even considered, I es always very … Black and white :D
Thanks for the inspiration, should I find a bucket of time in the future I’ll give it a shot!