Skip to content

Commit

Permalink
nix: fix infinite recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding authored Dec 13, 2024
1 parent 0855497 commit 74380d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
};
}
) // {
overlays.default = _: prev: self.packages."${prev.system}";
overlays.default = _: prev: self.packages."${prev.stdenv.system}";
};
}

0 comments on commit 74380d1

Please sign in to comment.