summary refs log tree commit diff
path: root/nixos/modules/system/boot/modprobe.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-08-25 00:37:54 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-08-25 00:40:40 +0200
commite4610f2965c2ab60132344defa055792a658ea45 (patch)
treee496de33c039df3ff9c63a31e73774e182050fb8 /nixos/modules/system/boot/modprobe.nix
parent9c61317002edf32812d793aebac86a990edcd1cb (diff)
downloadnixlib-e4610f2965c2ab60132344defa055792a658ea45.tar
nixlib-e4610f2965c2ab60132344defa055792a658ea45.tar.gz
nixlib-e4610f2965c2ab60132344defa055792a658ea45.tar.bz2
nixlib-e4610f2965c2ab60132344defa055792a658ea45.tar.lz
nixlib-e4610f2965c2ab60132344defa055792a658ea45.tar.xz
nixlib-e4610f2965c2ab60132344defa055792a658ea45.tar.zst
nixlib-e4610f2965c2ab60132344defa055792a658ea45.zip
buildEnv: Support package priorities like nix-env
This gets rid of a bunch of collision warnings.
Diffstat (limited to 'nixos/modules/system/boot/modprobe.nix')
-rw-r--r--nixos/modules/system/boot/modprobe.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/modprobe.nix b/nixos/modules/system/boot/modprobe.nix
index a3b616ff3eff..c49380899664 100644
--- a/nixos/modules/system/boot/modprobe.nix
+++ b/nixos/modules/system/boot/modprobe.nix
@@ -35,6 +35,7 @@ with lib;
             fi
 
           '';
+        meta.priority = 4;
       };
       description = ''
         Wrapper around modprobe that sets the path to the modules