/nix-edu

Primary LanguageNix

Nix edu

Environment setup

  1. Install nix by following instructions at https://nixos.org/download
  2. Add the following line to /etc/nix/nix.conf:
experimental-features = nix-command flakes
  1. Install direnv and direnv VSCode extension.

Workflow

  • Run the main binary
nix run
  • Enter development shell
nix develop
  • Run CI checks
nix flake check