Skip to content

Commit 679ee10

Browse files
committed
docs/noPkgs: permit access to callPackage & formats
1 parent e7f20a6 commit 679ee10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ let
4949
# The following pkgs attrs are required to eval nixvim, even for the docs:
5050
inherit (pkgs)
5151
_type
52+
callPackage
53+
formats
54+
runCommand
55+
runCommandLocal
5256
stdenv
5357
stdenvNoCC
5458
symlinkJoin
55-
runCommand
56-
runCommandLocal
5759
writeShellApplication
5860
;
5961
}

0 commit comments

Comments
 (0)