Skip to content

raphiz/options-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix Modules option search

Want to try it out? Run the devshell:

nix develop github:raphiz/options-search
# you will be greeted with further instructions

Example usage

First, add this flake as an input to your flake:

  inputs = {
    options-search.url = "github:raphiz/options-search";
  }

then import the module

nixpkgs.lib.modules.evalModules { # or your module-system function of choice, eg. nixpkgs.lib.nixosSystem
    modules = [
      inputs.options-search.nixosModules.default
    ];
};

Thats it. You can now run the options-search in the evaluated module context.

For more examples, checkout the devshell.nix file.

Credits

About

Nix Modules Option Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors