summary refs log tree commit diff
path: root/nixos/lib/utils.nix
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2019-09-08 13:31:18 +0200
committerSarah Brofeldt <sbrofeldt@gmail.com>2019-09-08 13:31:18 +0200
commit7ca5b391255113e4926ac7cc54f663d7c8a4ca1a (patch)
tree4128a30a291382c839bd3fde62395196edad9259 /nixos/lib/utils.nix
parent7e534e3eeb4ac4d786584467932efeb0c4d5669c (diff)
downloadnixpkgs-7ca5b391255113e4926ac7cc54f663d7c8a4ca1a.tar
nixpkgs-7ca5b391255113e4926ac7cc54f663d7c8a4ca1a.tar.gz
nixpkgs-7ca5b391255113e4926ac7cc54f663d7c8a4ca1a.tar.bz2
nixpkgs-7ca5b391255113e4926ac7cc54f663d7c8a4ca1a.tar.lz
nixpkgs-7ca5b391255113e4926ac7cc54f663d7c8a4ca1a.tar.xz
nixpkgs-7ca5b391255113e4926ac7cc54f663d7c8a4ca1a.tar.zst
nixpkgs-7ca5b391255113e4926ac7cc54f663d7c8a4ca1a.zip
nixos/lib/utils: Make the set recursive again, unbreak eval
Diffstat (limited to 'nixos/lib/utils.nix')
-rw-r--r--nixos/lib/utils.nix2
1 files changed, 1 insertions, 1 deletions
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