- Install nix package manager
- Enable Flake options by running the following code in bash
mkdir -p ~/.config/nix echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
- Put the
flake.nixfile inside the project folder - Make
flake.nixtracked by git by runninggit add flake.nix - In the project shell, type either
nix develop .#haskellornix develop .#javato enter respective development environment.
lllssskkk/DAT151-PLT
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|