about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-08-04 02:14:51 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-08-04 02:14:51 +0200
commit9e6427567f540f75baf2e47fe6f8e6607d31cabc (patch)
tree3eb008c9a9abc049f505aa97f3ba2cc703ed0cdd /common-workstation.nix
parentc842ed7d1c75a456cdb40066fd3d758f0a776f07 (diff)
Move all aszligEnv packages to systemPackages.
As we have a build farm at our disposal, it really makes sense to put
the whole set of packages + overrides into systemPackages. The new
packages list is now sorted by name rather than category so it's easier
to spot duplicates.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common-workstation.nix b/common-workstation.nix
index 5d952677..83e6f81f 100644
--- a/common-workstation.nix
+++ b/common-workstation.nix
@@ -3,6 +3,7 @@
 {
   imports = [
     ./common.nix
+    ./packages.nix
     <nixpkgs/nixos/modules/programs/virtualbox.nix>
   ];