From 849df83c98a58216366e74848b3176a1588ec671 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 14 Mar 2021 02:57:57 +0000 Subject: [PATCH] A single nixdirfmt change --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index 740a66ac..f5059034 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -16,7 +16,7 @@ let }; notmuch = super.callPackage ./notmuch { inherit (super) notmuch; }; - + arc = import sources.arc-nixexprs { pkgs = super; }; unstable = import sources.nixpkgs-unstable { inherit (self) config; }; nur = import sources.NUR {