Unverified Commit 1c663ac5 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #219488: Fix the nixpkgs manual...

and build it on lib changes
parents f71c25b9 568c84c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ on:
      - master
    paths:
      - 'doc/**'
      - 'lib/**'

jobs:
  nixpkgs:
+2 −2
Original line number Diff line number Diff line
@@ -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