Start work on todo.txt parser
This commit is contained in:
parent
36b791d7e0
commit
1c75605cf3
4 changed files with 158 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# resolver:
|
||||
# name: custom-snapshot
|
||||
# location: "./custom-snapshot.yaml"
|
||||
resolver: lts-11.11
|
||||
resolver: lts-12.9
|
||||
|
||||
# User packages to be built.
|
||||
# Various formats can be used as shown in the example below.
|
||||
|
|
@ -40,6 +40,8 @@ packages:
|
|||
# Dependency packages to be pulled from upstream that are not in the resolver
|
||||
# (e.g., acme-missiles-0.3)
|
||||
# extra-deps: []
|
||||
extra-deps:
|
||||
- ConfigFile-1.1.4
|
||||
|
||||
# Override default flag values for local packages and extra-deps
|
||||
# flags: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue