You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let upstream = https://github.com/dfinity/vessel-package-set/releases/download/mo-0.8.6-20230404/package-set.dhall sha256:35a37f381e4de1c017785baed753364646e2c87c7a6301aebcf5d03fc9562019
let Package =
{ name : Text, version : Text, repo : Text, dependencies : List Text }
let
-- This is where you can add your own packages to the package-set
additions =
[] : List Package
let
{- This is where you can override existing packages in the package-set
For example, if you wanted to use version `v2.0.0` of the foo library: