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:
@@ -1,7 +1,5 @@
|
||||
{ stdenv, fetchurl, jre }:
|
||||
|
||||
with import <nixpkgs> {};
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "minecraft-server-${version}";
|
||||
version = "1.7.10";
|
||||
|
||||
Reference in New Issue
Block a user