From 29b5f72080dfab5ef34c69eea01bd669206a856b Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Thu, 24 Sep 2020 01:48:44 -0400 Subject: [PATCH] add nixpkgs-fmt --- modules/cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli.nix b/modules/cli.nix index 20e1783..a6403f3 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -25,6 +25,7 @@ dnsutils tcpdump rsync + nixpkgs-fmt (writeScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")