Skip to content

Commit

Permalink
chore(limontozu): remove comment
Browse files Browse the repository at this point in the history
Now done correctly in module
  • Loading branch information
reo101 committed Jul 31, 2023
1 parent 88513f4 commit 7aacddb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions machines/nix-darwin/x86_64-darwin/limontozu/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7aacddb

Please sign in to comment.