* Remove the obsolete gnu-integration.nix.
svn path=/nixos/trunk/; revision=20648
This commit is contained in:
parent
c1e313b5e1
commit
9d253ceca3
@ -7,7 +7,6 @@ with import ../lib/testing.nix { inherit nixpkgs services system; };
|
|||||||
|
|
||||||
{
|
{
|
||||||
firefox = apply (import ./firefox.nix);
|
firefox = apply (import ./firefox.nix);
|
||||||
gnuIntegration = apply (import ./gnu-integration.nix);
|
|
||||||
installer = pkgs.lib.mapAttrs (name: complete) (call (import ./installer.nix));
|
installer = pkgs.lib.mapAttrs (name: complete) (call (import ./installer.nix));
|
||||||
kde4 = apply (import ./kde4.nix);
|
kde4 = apply (import ./kde4.nix);
|
||||||
login = apply (import ./login.nix);
|
login = apply (import ./login.nix);
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
machine =
|
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
nixpkgs.config.packageOverrides = origPkgs: {
|
|
||||||
cpio = pkgs.lib.overrideDerivation origPkgs.cpio (origAttrs: {
|
|
||||||
src = /home/eelco/Dev/nixpkgs/cpio-2.10.91.tar.bz2;
|
|
||||||
patches = [];
|
|
||||||
});
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
testScript =
|
|
||||||
''
|
|
||||||
$machine->mustSucceed("cpio --help");
|
|
||||||
'';
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user