pub-solar-os/extern
2021-02-19 23:06:00 -07:00
..
default.nix extern: fix #106 well 2021-02-19 23:06:00 -07:00
README.md project rename: nixflk -> devos 2021-02-17 18:31:33 -07:00

External Art

When you need to use a module, overlay, or pass a value from one of your inputs to the rest of your NixOS configuration, extern is where you do it.

Modules and overlays are self explanatory, and the specialArgs attribute is used to extend the arguments passed to all NixOS modules, allowing for arbitrary values to be passed from flake inputs to the rest of your configuration.