3
0
Fork 0
forked from mirrors/nixpkgs

Merge #219488: Fix the nixpkgs manual...

and build it on lib changes
This commit is contained in:
Vladimír Čunát 2023-03-04 20:43:32 +01:00
commit 1c663ac590
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 2 deletions

View file

@ -8,6 +8,7 @@ on:
- master
paths:
- 'doc/**'
- 'lib/**'
jobs:
nixpkgs:

View file

@ -4,6 +4,8 @@ let
inherit (builtins) length;
asciiTable = import ./ascii-table.nix;
in
rec {
@ -34,8 +36,6 @@ rec {
unsafeDiscardStringContext
;
asciiTable = import ./ascii-table.nix;
/* Concatenate a list of strings.
Type: concatStrings :: [string] -> string