- Click here to start a Codespace on nix.university/main
- Open a Terminal ( Ctrl + Backtick ) and pick a path below.
- Type
nix repl
- Hit [Enter]
- (Optionally, type
university = import ./university.nix
then hit [Enter] again)
- Type
nix-shell
- Hit [Enter] (This loads shell.nix, which provides Emacs)
Important
If the above steps do not work as expected, then please reach out!
Note: including Nix language extensions in .devcontainer.json crashes the build, so they need to be installed afterward.