From 7ca5b391255113e4926ac7cc54f663d7c8a4ca1a Mon Sep 17 00:00:00 2001 From: Sarah Brofeldt Date: Sun, 8 Sep 2019 13:31:18 +0200 Subject: nixos/lib/utils: Make the set recursive again, unbreak eval --- nixos/lib/utils.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/lib/utils.nix') diff --git a/nixos/lib/utils.nix b/nixos/lib/utils.nix index 6ab4c392795..a522834e429 100644 --- a/nixos/lib/utils.nix +++ b/nixos/lib/utils.nix @@ -1,6 +1,6 @@ pkgs: with pkgs.lib; -{ +rec { # Check whenever fileSystem is needed for boot fsNeededForBoot = fs: fs.neededForBoot -- cgit 1.4.1