nixin72 / shan

A declarative wrapper around your favourite system-wide package manager
MIT License
8 stars 0 forks source link

[FEAT] - support package versions #7

Open nixin72 opened 2 years ago

nixin72 commented 2 years ago

Is your feature request related to a problem? Please describe. Packages should be able to have specific versions installed instead of defaulting to the latest all the time.

Describe the solution you'd like Optionally specify packages in a map instead of a vector. Keys are package name, values are package version.

Describe alternatives you've considered There is no alternative way to do this at the moment.