{ "uuid": [ { "value": "f8971d65-c472-46dc-9c53-21700c09a93c" } ], "langcode": [ { "value": "en" } ], "type": [ { "target_id": "daily_email", "target_type": "node_type", "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" } ], "revision_timestamp": [ { "value": "2025-04-21T01:21:23+00:00" } ], "revision_uid": [ { "target_type": "user", "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" } ], "revision_log": [], "status": [ { "value": true } ], "uid": [ { "target_type": "user", "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" } ], "title": [ { "value": "Using Nix for local application development" } ], "created": [ { "value": "2024-11-30T00:00:00+00:00" } ], "changed": [ { "value": "2025-04-21T01:21:23+00:00" } ], "promote": [ { "value": false } ], "sticky": [ { "value": false } ], "default_langcode": [ { "value": true } ], "revision_translation_affected": [ { "value": true } ], "path": [ { "alias": "\/daily\/2024\/11\/30\/using-nix-for-local-application-development", "langcode": null } ], "body": [ { "value": "\n
Instead of using tools like Docker or nvm to manage dependencies for your projects, you can use Nix instead.<\/p>\n\n
Creating a Nix shell or flake for each project with its dependencies will install everything without needing containers and with the benefit of everything being locked to specific versions, making environments reproducible<\/a>.<\/p>\n\n If you need a specific version of PHP or node for a project, it will be available and different versions can be used for other projects.<\/p>\n\n And if you need services like MySQL and you're not using NixOS, you can also use devenv to manage services, tasks and processes for each project.<\/p>\n\n For me, Nix and devenv have replaced Docker and Docker Compose<\/a> on my development projects.<\/p>\n\n ",
"format": "full_html",
"processed": "\n Instead of using tools like Docker or nvm to manage dependencies for your projects, you can use Nix instead.<\/p>\n\n Creating a Nix shell or flake for each project with its dependencies will install everything without needing containers and with the benefit of everything being locked to specific versions, making environments reproducible<\/a>.<\/p>\n\n If you need a specific version of PHP or node for a project, it will be available and different versions can be used for other projects.<\/p>\n\n And if you need services like MySQL and you're not using NixOS, you can also use devenv to manage services, tasks and processes for each project.<\/p>\n\n