- 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.nix
file inside the project folder - Make
flake.nix
tracked by git by runninggit add flake.nix
- In the project shell, type either
nix develop .#haskell
ornix develop .#java
to enter respective development environment.
-
Notifications
You must be signed in to change notification settings - Fork 0
lllssskkk/DAT151-PLT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published