You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, but that's too late. Breaking this interface would cause too much churn throughout the ecosystem and we also want to be compatible direnv's own implementation, which might come from some old debian/centos installation. In the majority of normal use cases it will be a flake so the name is not too bad. People also are more likely to know what a flake is compared to what a installable means.
use_flake
, which usesnix print-dev-env
accepts an installable, which can be:-f file.nix
--expr "myexpr"
/nix/store/...
Additionally, if using a
-f file.nix
, it won't detect changes on the file automatically.Proposal
use flake
touse installable
--file
The text was updated successfully, but these errors were encountered: