Remove some obsolete references to <nixos>

This commit is contained in:
Eelco Dolstra 2015-08-05 15:52:12 +02:00
parent 7f9b8866bf
commit 91e71725d4
4 changed files with 4 additions and 4 deletions

View file

@ -53,5 +53,5 @@ fi
# Build a network of VMs
nix-build '<nixos/modules/installer/tools/nixos-build-vms/build-vms.nix>' \
nix-build '<nixpkgs/nixos/modules/installer/tools/nixos-build-vms/build-vms.nix>' \
--argstr networkExpr $networkExpr $noOutLinkArg $showTraceArg

View file

@ -30,5 +30,5 @@ with lib;
};
};
# impl of assertions is in <nixos/modules/system/activation/top-level.nix>
# impl of assertions is in <nixpkgs/nixos/modules/system/activation/top-level.nix>
}

View file

@ -30,7 +30,7 @@ let
relocatedModuleFiles =
let
relocateNixOS = path:
"<nixos" + removePrefix nixosPath (toString path) + ">";
"<nixpkgs/nixos" + removePrefix nixosPath (toString path) + ">";
relocateOthers = null;
in
{ nixos = map relocateNixOS partitionedModuleFiles.nixos;

View file

@ -36,7 +36,7 @@ in buildPythonPackage rec {
six
];
# Tests are in <nixos/tests/blivet.nix>.
# Tests are in <nixpkgs/nixos/tests/blivet.nix>.
doCheck = false;
meta = with stdenv.lib; {