about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-02 20:58:03 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-02 20:58:03 +0200
commit994754faff8365bf58a352dc18cc33df15d2a1a3 (patch)
tree4603b4214a0fca9d1a634397c2cce6349cc6afb3 /machines
parent5c728dbf36da94a808bf9ad1d53c36ba851ae5d6 (diff)
labtop: Add slic3r to systemPackages.
Also, since NixOS/nixpkgs@6b467ad we no longer need to use allowBroken.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/labtop.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index a111047f..e3766428 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -54,7 +54,7 @@ in {
     openscad
     printrun
     blender
-    #slic3r
+    slic3r
     libreoffice
     inkscape
     filezilla
@@ -67,9 +67,6 @@ in {
   hardware.trackpoint.enable = true;
   hardware.trackpoint.emulateWheel = true;
 
-  # TODO: Needed for slic3r right now.
-  nixpkgs.config.allowBroken = true;
-
   services.xserver.enable = true;
   services.xserver.layout = "us";
   services.xserver.xkbOptions = "eurosign:e";