about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-09-08 20:45:29 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-09-08 20:45:29 +0200
commit47caef475f8102f165356130fb36e87a11b43171 (patch)
tree5f64e827d494dbf221ca84a5a7ae0b93d1766999 /nixos
parent5f4734b1dd8410d5287fe0f22b9c0f30850a2fc3 (diff)
parent1a1a7ed26652545dc6a2e2bd02f7812e1b37d196 (diff)
Merge master into staging-next
Diffstat (limited to 'nixos')
-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 6ab4c3927955b..a522834e42942 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