From 9d6a55aefd771f047d2aa3085c9a3f8a2f452333 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Feb 2017 16:03:42 +0100 Subject: ~/.nixpkgs -> ~/.config/nixpkgs The former is still respected as a fallback for config.nix for backwards compatibility (but not for overlays because they're a new feature). --- pkgs/games/planetaryannihilation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/planetaryannihilation') diff --git a/pkgs/games/planetaryannihilation/default.nix b/pkgs/games/planetaryannihilation/default.nix index bd7e1188928..451d4b71296 100644 --- a/pkgs/games/planetaryannihilation/default.nix +++ b/pkgs/games/planetaryannihilation/default.nix @@ -6,7 +6,7 @@ assert ((config.planetary_annihilation or null).url or null) != null; assert ((config.planetary_annihilation or null).sha256 or null) != null; /* to setup: - $ cat ~/.nixpkgs/config.nix + $ cat ~/.config/nixpkgs/config.nix { planetary_annihilation = { url = "file:///home/user/PA_Linux_62857.tar.bz2"; -- cgit 1.4.1