This commit is contained in:
Emile Clark-Boman 2025-07-07 22:45:21 +10:00
commit 55213a4826
7 changed files with 48 additions and 0 deletions

14
fenix.nimble Normal file
View file

@ -0,0 +1,14 @@
# Package
version = "0.1.0"
author = "Emile Clark-Boman"
description = "Improved toolchain for NixOS"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["fenix"]
# Dependencies
requires "nim >= 2.2.0"