mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 06:04:25 +01:00
20 lines
533 B
TOML
20 lines
533 B
TOML
# projects.toml file describing inputs for dream2nix
|
|
#
|
|
# To re-generate this file, run:
|
|
# nix run .#detect-projects $source
|
|
# ... where `$source` points to the source of your project.
|
|
#
|
|
# If the local flake is unavailable, alternatively execute the app from the
|
|
# upstream dream2nix flake:
|
|
# nix run github:nix-community/dream2nix#detect-projects $source
|
|
|
|
[gitpear]
|
|
name = "gitpear"
|
|
relPath = ""
|
|
subsystem = "nodejs"
|
|
translator = "package-lock"
|
|
translators = ["package-lock", "package-json"]
|
|
|
|
[gitpear.subsystemInfo]
|
|
nodejs = 18
|