This is a nix operating system template configured for ephemeral nix based development environments on Gitpod.
Click the button below to start a new development environment:
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
To get started with NixOS on Gitpod, copy the contents of this folder to your own project. To learn more, please see the Getting Started documentation.
Host /workspace
dir is mounted inside guest, docker is installed and user-groups are mapped.
You can press Ctrl + a
and then x
to terminate/exit NixOS. You may run make start
to restart it.
NixOS is configured as per ./configuration.nix, you can modify it as needed.
See also: An opinionated guide for developers getting things done using the nix ecosystem.