flake: inject 'inputs' into NixOS configuration
This commit is contained in:
parent
1a5dd0b91c
commit
e4d8a4d4b2
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