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 {