Remove references to <nixpkgs>

Nixpkgs should not use <nixpkgs> to refer to itself, because $NIX_PATH
might not be set or not point to the same Nixpkgs. It's also
unnecessary.
This commit is contained in:
Eelco Dolstra
2014-09-23 15:48:15 +02:00
parent eb3794186c
commit 91fa55e702
3 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
{ stdenv, fetchurl, jre }:
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "minecraft-server-${version}";
version = "1.7.10";