chore(limontozu): remove comment
Now done correctly in module
This commit is contained in:
parent
88513f43ee
commit
7aacddbad7
1 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue