Merge pull request #68308 from srhb/rerec-utils

nixos/lib/utils: Make the set recursive again, unbreak eval
This commit is contained in:
Sarah Brofeldt 2019-09-08 15:36:59 +02:00 committed by GitHub
commit 0771a1273d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
pkgs: with pkgs.lib;
{
rec {
# Check whenever fileSystem is needed for boot
fsNeededForBoot = fs: fs.neededForBoot