Skip to content

Commit

Permalink
Merge #219488: Fix the nixpkgs manual...
Browse files Browse the repository at this point in the history
and build it on lib changes
  • Loading branch information
vcunat committed Mar 4, 2023
2 parents f71c25b + 568c84c commit 1c663ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual-nixpkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master
paths:
- 'doc/**'
- 'lib/**'

jobs:
nixpkgs:
Expand Down
4 changes: 2 additions & 2 deletions lib/strings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ let

inherit (builtins) length;

asciiTable = import ./ascii-table.nix;

in

rec {
Expand Down Expand Up @@ -34,8 +36,6 @@ rec {
unsafeDiscardStringContext
;

asciiTable = import ./ascii-table.nix;

/* Concatenate a list of strings.
Type: concatStrings :: [string] -> string
Expand Down

0 comments on commit 1c663ac

Please sign in to comment.