flake: inject 'inputs' into NixOS configuration

This commit is contained in:
Bruno BELANYI 2021-05-15 20:25:02 +02:00
parent 1a5dd0b91c
commit e4d8a4d4b2

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