chore(limontozu): remove comment

Now done correctly in module
This commit is contained in:
reo101 2023-07-31 07:59:35 +03:00
parent 88513f43ee
commit 7aacddbad7
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -31,21 +31,6 @@
# };
# };
environment.variables = {
NIX_PATH =
lib.mkForce
(builtins.concatStringsSep
":"
(lib.mapAttrsToList
(name: input:
"${name}=${input.sourceInfo.outPath}")
(lib.filterAttrs
(name: input:
builtins.hasAttr "_type" input &&
builtins.getAttr "_type" input == "flake")
inputs)));
};
nix = {
# Ensure we can work with flakes
package = pkgs.nixUnstable;