forked from auxolotl/core
fix: fallback to nix-path for non flake evaluations
This commit is contained in:
parent
f7032ac616
commit
03d0250170
|
@ -21,7 +21,7 @@
|
||||||
# `*Platform`s.
|
# `*Platform`s.
|
||||||
localSystem
|
localSystem
|
||||||
|
|
||||||
, lib
|
, lib ? import <auxlib>
|
||||||
|
|
||||||
, # The system packages will ultimately be run on.
|
, # The system packages will ultimately be run on.
|
||||||
crossSystem ? localSystem
|
crossSystem ? localSystem
|
||||||
|
|
Loading…
Reference in a new issue