0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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 # 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 --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 = relocatedModuleFiles =
let let
relocateNixOS = path: relocateNixOS = path:
"<nixos" + removePrefix nixosPath (toString path) + ">"; "<nixpkgs/nixos" + removePrefix nixosPath (toString path) + ">";
relocateOthers = null; relocateOthers = null;
in in
{ nixos = map relocateNixOS partitionedModuleFiles.nixos; { nixos = map relocateNixOS partitionedModuleFiles.nixos;

View file

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