overlay: don't default lix to coming from nixpkgs if no arguments given
Although it is cute to not require args to be given, I can see that implicitly using a lix from nixpkgs could confuse people. It is more clear to require it to be explicitly set to null.
This commit is contained in:
parent
de3c854615
commit
8d462dfd9d
|
@ -1,4 +1,4 @@
|
|||
{ lix ? null, versionSuffix ? "" }:
|
||||
{ lix, versionSuffix ? "" }:
|
||||
final: prev:
|
||||
let
|
||||
# This is kind of scary to not override the nix version to pretend to be
|
||||
|
|
Loading…
Reference in a new issue