mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Update default.nix
This commit is contained in:
parent
894080a801
commit
6844e07ced
1 changed files with 4 additions and 1 deletions
|
|
@ -128,7 +128,10 @@ rec {
|
|||
*/
|
||||
_: args:
|
||||
imported (
|
||||
# take module system provided arguments
|
||||
/*
|
||||
take module system provided arguments
|
||||
filter them so only the required ones are passed
|
||||
*/
|
||||
(lib.filterAttrs (n: _: neededArgs ? ${n}) args)
|
||||
# add needed arguments
|
||||
// (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue