illucc / Kontraption

A addon for the Minecraft mod Mekanism that focuses on adding airships that are inspired by various space exploration/combat games (Space Engineers, Elite: Dangerous, etc)
Apache License 2.0
19 stars 10 forks source link

Add nix flake and envrc for devs using nix #47

Closed flashgnash closed 1 month ago

flashgnash commented 2 months ago

Added a flake.nix which declares all dependencies for the project (in this case jdk17) which allows developers using nix to automatically create a temporary dev shell with said dependencies installed

Also add an .envrc to automatically activate said flake when CDing into the directory, provided the user has run "direnv allow" once

illucc commented 1 month ago

oh my based