From 01ccb0cead584733e6c89fcad44c441fe05bc5c7 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 22 Feb 2023 02:22:10 -0500 Subject: switch back to alejandra nixpkgs-fmt is weird... --- hosts/common/documentation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/common/documentation.nix') diff --git a/hosts/common/documentation.nix b/hosts/common/documentation.nix index 64b78a3..bd22316 100644 --- a/hosts/common/documentation.nix +++ b/hosts/common/documentation.nix @@ -1,5 +1,5 @@ -{ pkgs, ... }: { - environment.systemPackages = with pkgs; [ man-pages man-pages-posix ]; +{pkgs, ...}: { + environment.systemPackages = with pkgs; [man-pages man-pages-posix]; documentation = { dev.enable = true; man.enable = true; -- cgit v1.2.3