fix(nix): update vendorHash and vendor dir for new deps
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package urn
|
||||
|
||||
type Option func(Machine)
|
||||
|
||||
func WithParsingMode(mode ParsingMode) Option {
|
||||
return func(m Machine) {
|
||||
m.WithParsingMode(mode)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user