Add MegaCLI to systemPackages on lucifer and r815 machines.
Eelco Dolstra committed
Sep 17, 2013 at 14:01 UTC
6a94af59ddbbe4e20c149ccf649fe7fad7363c76
2 files changed
+3
delft/build-machines-dell-r815.nix
+2
@@ -10,6 +10,8 @@
10
11
nix.maxJobs = 48;
12
13
+ environment.systemPackages = [ pkgs.megacli ];
14
+
15
fileSystems =
16
[ { device = "none"; fsType = "tmpfs"; mountPoint = "/tmp"; options = "size=50%"; neededForBoot = true; }
17
];
delft/lucifer.nix
+1
@@ -9,6 +9,7 @@
9
[ pkgs.wget
10
pkgs.perlPackages.DBDSQLite pkgs.perlPackages.NetAmazonS3 pkgs.perlPackages.ForksSuper pkgs.nodePackages.jsontool # for hydra-mirror
11
pkgs.python pkgs.pythonPackages.boto # for upload-binary-cache-s3.py
12
+ pkgs.megacli
13
];
14
15
networking.hostName = "lucifer";