From 0ebc829298e8a32dd801380245499bbb363bffaf Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 5 Aug 2021 03:25:09 +0100 Subject: [PATCH] Unnecessary top-level profile inclusion --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 9216da80..eafbab0c 100644 --- a/default.nix +++ b/default.nix @@ -55,4 +55,4 @@ let all = attrValues local; #++ attrValues hexchen; allStr = toString all; }; -in config // { inherit pkgs sourceCache sources profiles; } +in config // { inherit pkgs sourceCache sources; }