flake: inject 'inputs' into NixOS configuration

This commit is contained in:
Bruno BELANYI 2021-05-15 20:25:02 +02:00
parent 7f0c595ae8
commit 6b50f906fa
1 changed files with 2 additions and 0 deletions

View File

@ -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