forked from mirrors/nixpkgs
Remove some obsolete references to <nixos>
This commit is contained in:
parent
7f9b8866bf
commit
91e71725d4
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue