summary refs log tree commit diff
path: root/doc/shell.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-04-30 22:35:54 -0400
committerGraham Christensen <graham@grahamc.com>2018-04-30 22:37:58 -0400
commitab1648bf0d13afc19bdf7e3d092a3f7ce15a4de1 (patch)
treeb32ed86cc9db3763580a26abdbbb94052bf1e9e7 /doc/shell.nix
parent8cb0252b1e50a5236793e0fbf39b39510725ccf0 (diff)
downloadnixpkgs-ab1648bf0d13afc19bdf7e3d092a3f7ce15a4de1.tar
nixpkgs-ab1648bf0d13afc19bdf7e3d092a3f7ce15a4de1.tar.gz
nixpkgs-ab1648bf0d13afc19bdf7e3d092a3f7ce15a4de1.tar.bz2
nixpkgs-ab1648bf0d13afc19bdf7e3d092a3f7ce15a4de1.tar.lz
nixpkgs-ab1648bf0d13afc19bdf7e3d092a3f7ce15a4de1.tar.xz
nixpkgs-ab1648bf0d13afc19bdf7e3d092a3f7ce15a4de1.tar.zst
nixpkgs-ab1648bf0d13afc19bdf7e3d092a3f7ce15a4de1.zip
nixpkgs doc: add format Make target
Diffstat (limited to 'doc/shell.nix')
-rw-r--r--doc/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/shell.nix b/doc/shell.nix
index 22590142ee1..e8da2eaf16b 100644
--- a/doc/shell.nix
+++ b/doc/shell.nix
@@ -1,4 +1,5 @@
 { pkgs ? import ../. {} }:
 (import ./default.nix).overrideAttrs (x: {
   buildInputs = x.buildInputs ++ [ pkgs.xmloscopy ];
+
 })