1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/nixos/modules
Eelco Dolstra ba70ce28ae no-x-libs.nix: Ensure that dbus doesn't use X11
It appears that packageOverrides no longer overrides aliases, so
aliases like

  dbus_tools = self.dbus.out;
  dbus_daemon = self.dbus.daemon;

now use the old, non-overriden version of dbus. That seems like a
pretty serious regression in general, but for this particular problem,
I've fixed it by replacing dbus_daemon by dbus.daemon and dbus_tools
by dbus.
2016-09-05 13:45:59 +02:00
..
config Revert "nixos: remove rsync from base install and add explicit path in nixos-install" 2016-09-05 13:45:59 +02:00
hardware Merge branch 'master' into staging 2016-08-21 12:03:41 +01:00
i18n/input-method Merge pull request #15025 from ericsagnes/modules/manual 2016-08-28 13:57:34 +02:00
installer Revert "nixos: remove rsync from base install and add explicit path in nixos-install" 2016-09-05 13:45:59 +02:00
misc Merge pull request #15025 from ericsagnes/modules/manual 2016-08-28 13:57:34 +02:00
profiles documentation: fix start display-manager command 2016-07-04 10:25:31 +02:00
programs nixos/manual: mentioning other zsh options at program.zsh.enable 2016-09-04 16:31:29 +02:00
security grsecurity module: set nixpkgs.config.grsecurity = true 2016-09-05 00:56:17 +02:00
services no-x-libs.nix: Ensure that dbus doesn't use X11 2016-09-05 13:45:59 +02:00
system Fixes #18124: atomically replace /var/setuid-wrappers/ (#18186) 2016-09-01 20:57:51 +02:00
tasks setuid-wrappers : Prepare permissions for running wrappers 2016-09-04 03:19:32 +02:00
testing KDE test: Bump kdm start timeout 2016-05-27 11:22:27 +02:00
virtualisation bightbox-image.nix: use lib in stead of stdenv.lib. Fixes #18208 2016-09-02 10:04:09 +00:00
module-list.nix quagga service: New NixOS module. 2016-09-02 13:59:51 +03:00
rename.nix nixos/modules/rename.nix: fix eval error 2016-08-28 14:47:24 +01:00