Skip to content

Commit

Permalink
Remove some obsolete references to <nixos>
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Aug 5, 2015
1 parent 7f9b886 commit 91e7172
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion nixos/modules/misc/assertions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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>
}
2 changes: 1 addition & 1 deletion nixos/modules/profiles/clone-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/blivet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 91e7172

Please sign in to comment.