mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Create a low-priority section in system.nix; host goes there
svn path=/nixos/trunk/; revision=13513
This commit is contained in:
parent
730244f13d
commit
7a6df0a5a8
@ -186,7 +186,6 @@ rec {
|
||||
pkgs.gnutar
|
||||
pkgs.grub
|
||||
pkgs.gzip
|
||||
pkgs.host
|
||||
pkgs.iputils
|
||||
pkgs.less
|
||||
pkgs.lvm2
|
||||
@ -231,7 +230,15 @@ rec {
|
||||
# chroot gets to seem them, and (ii) applications can benefit from
|
||||
# changes in the list of NSS modules at run-time, without requiring
|
||||
# a reboot.
|
||||
++ nssModules;
|
||||
++ nssModules
|
||||
|
||||
# These packages are nice fallbacks unless any of the more powerful
|
||||
# substitutes is present.
|
||||
++ [
|
||||
# Use ISC BIND version of the host util if you don't mind installing BIND
|
||||
pkgs.host
|
||||
]
|
||||
;
|
||||
|
||||
|
||||
# We don't want to put all of `startPath' and `path' in $PATH, since
|
||||
|
Loading…
Reference in New Issue
Block a user