sapling: add module
Adds a program module for [Sapling](https://sapling-scm.com/). Since Sapling itself is very similar in nature to Mercurial, `modules/programs/mercurial.nix` was copied to make this module with the ignore pieces removed (Sapling respects gitignore).
This commit is contained in:
parent
ebeeef94ab
commit
efc177c15f
7 changed files with 170 additions and 0 deletions
4
tests/modules/programs/sapling/default.nix
Normal file
4
tests/modules/programs/sapling/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
sapling-basic = ./sapling-basic.nix;
|
||||
sapling-most = ./sapling-most.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue