Open kjeremy opened 2 months ago
I would like completion for a module that I am exposing from a flake.
Please show nix-repl
for that module.
(builtins.getFlake \"/home/jkolb/ara/ipd-nix\").nixosModules.default.options
For example,
nix-repl> (builtins.getFlake "/home/jkolb/ara/ipd-nix").nixosModules.default.options
What is the result?
Is your feature request related to a problem? Please describe.
I would like completion for a module that I am exposing from a flake.
Describe the solution you'd like
This should expose my options but it doesn't seem to (or possibly this should just work).
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.