Loading lib/versions.nix +0 −11 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ rec { /** Break a version string into its component parts. # Examples :::{.example} ## `splitVersion` usage example Loading @@ -23,14 +22,12 @@ rec { /** Get the major version string from a string. # Inputs `v` : 1\. Function argument # Examples :::{.example} ## `major` usage example Loading @@ -47,14 +44,12 @@ rec { /** Get the minor version string from a string. # Inputs `v` : 1\. Function argument # Examples :::{.example} ## `minor` usage example Loading @@ -71,14 +66,12 @@ rec { /** Get the patch version string from a string. # Inputs `v` : 1\. Function argument # Examples :::{.example} ## `patch` usage example Loading @@ -96,14 +89,12 @@ rec { Get string of the first two parts (major and minor) of a version string. # Inputs `v` : 1\. Function argument # Examples :::{.example} ## `majorMinor` usage example Loading @@ -120,7 +111,6 @@ rec { /** Pad a version string with zeros to match the given number of components. # Inputs `n` Loading @@ -131,7 +121,6 @@ rec { : 2\. Function argument # Examples :::{.example} ## `pad` usage example Loading Loading
lib/versions.nix +0 −11 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ rec { /** Break a version string into its component parts. # Examples :::{.example} ## `splitVersion` usage example Loading @@ -23,14 +22,12 @@ rec { /** Get the major version string from a string. # Inputs `v` : 1\. Function argument # Examples :::{.example} ## `major` usage example Loading @@ -47,14 +44,12 @@ rec { /** Get the minor version string from a string. # Inputs `v` : 1\. Function argument # Examples :::{.example} ## `minor` usage example Loading @@ -71,14 +66,12 @@ rec { /** Get the patch version string from a string. # Inputs `v` : 1\. Function argument # Examples :::{.example} ## `patch` usage example Loading @@ -96,14 +89,12 @@ rec { Get string of the first two parts (major and minor) of a version string. # Inputs `v` : 1\. Function argument # Examples :::{.example} ## `majorMinor` usage example Loading @@ -120,7 +111,6 @@ rec { /** Pad a version string with zeros to match the given number of components. # Inputs `n` Loading @@ -131,7 +121,6 @@ rec { : 2\. Function argument # Examples :::{.example} ## `pad` usage example Loading