Loading .github/workflows/backport.yml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ jobs: uses: korthout/backport-action@v1.2.0 with: # Config README: https://github.com/korthout/backport-action#backport-action copy_labels_pattern: 'severity:\ssecurity' pull_description: |- Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}. Loading .github/workflows/manual-nixpkgs.yml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ on: - master paths: - 'doc/**' - 'lib/**' jobs: nixpkgs: Loading doc/builders/images/makediskimage.section.md +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ in diskSize = "auto"; additionalSpace = "0M"; # Defaults to 512M. copyChannel = false; memSize = 2048; # Qemu VM memory size in megabytes. Defaults to 1024M. } ``` Loading lib/ascii-table.nix +4 −1 Original line number Diff line number Diff line { " " = 32; { "\t" = 9; "\n" = 10; "\r" = 13; " " = 32; "!" = 33; "\"" = 34; "#" = 35; Loading lib/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ let escapeShellArg escapeShellArgs isStorePath isStringLike isValidPosixName toShellVar toShellVars escapeRegex escapeXML replaceChars lowerChars escapeRegex escapeURL escapeXML replaceChars lowerChars upperChars toLower toUpper addContextFrom splitString removePrefix removeSuffix versionOlder versionAtLeast getName getVersion Loading Loading
.github/workflows/backport.yml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ jobs: uses: korthout/backport-action@v1.2.0 with: # Config README: https://github.com/korthout/backport-action#backport-action copy_labels_pattern: 'severity:\ssecurity' pull_description: |- Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}. Loading
.github/workflows/manual-nixpkgs.yml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ on: - master paths: - 'doc/**' - 'lib/**' jobs: nixpkgs: Loading
doc/builders/images/makediskimage.section.md +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ in diskSize = "auto"; additionalSpace = "0M"; # Defaults to 512M. copyChannel = false; memSize = 2048; # Qemu VM memory size in megabytes. Defaults to 1024M. } ``` Loading
lib/ascii-table.nix +4 −1 Original line number Diff line number Diff line { " " = 32; { "\t" = 9; "\n" = 10; "\r" = 13; " " = 32; "!" = 33; "\"" = 34; "#" = 35; Loading
lib/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ let escapeShellArg escapeShellArgs isStorePath isStringLike isValidPosixName toShellVar toShellVars escapeRegex escapeXML replaceChars lowerChars escapeRegex escapeURL escapeXML replaceChars lowerChars upperChars toLower toUpper addContextFrom splitString removePrefix removeSuffix versionOlder versionAtLeast getName getVersion Loading