flake: inject 'inputs' into NixOS configuration
This commit is contained in:
parent
7f0c595ae8
commit
6b50f906fa
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@
|
|||
specialArgs = {
|
||||
# Use my extended lib in NixOS configuration
|
||||
inherit lib;
|
||||
# Inject inputs to use them in global registry
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue