Unnecessary top-level profile inclusion

This commit is contained in:
kat witch 2021-08-05 03:25:09 +01:00
parent 2a5ec2e0b4
commit 0ebc829298
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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; }