Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 829 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 829 Bytes

A NixOS template on Gitpod

This is a nix operating system template configured for ephemeral nix based development environments on Gitpod.

Next Steps

Click the button below to start a new development environment:

Open in Gitpod

Notes & caveats

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.