Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
ncfavier committed Jun 23, 2023
1 parent 6c78ba7 commit 2ee6572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=channel:nixpkgs-unstable
- uses: cachix/cachix-action@v12
with:
name: nix-community
Expand All @@ -24,7 +24,7 @@ jobs:
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr
exit 1
fi
- run: nix-build --show-trace -A docs.jsonModuleMaintainers
- run: nix-build --show-trace -A docs.manPages
- run: ./format -c
- run: nix-shell --show-trace . -A install
- run: nix-shell --show-trace --arg enableBig false --pure tests -A run.all
1 change: 1 addition & 0 deletions modules/lib/stdlib-extended.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ in nixpkgsLib.extend (self: super: {
# For forward compatibility.
literalExpression = super.literalExpression or super.literalExample;
literalDocBook = super.literalDocBook or super.literalExample;
mdDoc = text: { _type = "mdDoc"; inherit text; };
})

0 comments on commit 2ee6572

Please sign in to comment.