init
This commit is contained in:
commit
55213a4826
7 changed files with 48 additions and 0 deletions
14
fenix.nimble
Normal file
14
fenix.nimble
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue