Author: eelco
Date: Wed Feb 16 12:29:05 2011
New Revision: 25989
URL: https://svn.nixos.org/websvn/nix/?rev=25989&sc=1

Log:


Modified:
   nixos/trunk/modules/profiles/graphical.nix

Modified: nixos/trunk/modules/profiles/graphical.nix
==============================================================================
--- nixos/trunk/modules/profiles/graphical.nix  Wed Feb 16 11:49:08 2011        
(r25988)
+++ nixos/trunk/modules/profiles/graphical.nix  Wed Feb 16 12:29:05 2011        
(r25989)
@@ -1,11 +1,9 @@
 # This module defines a NixOS configuration that contains X11 and
 # KDE 4.
-{config, pkgs, ...}:
+{ config, pkgs, ... }:
 
 {
-  require = [
-    ./base.nix
-  ];
+  require = [ ./base.nix ];
 
   services.xserver = {
     enable = true;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to