summary refs log tree commit diff
path: root/pkgs/games/2048-cli
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-16 17:12:31 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-04-20 22:22:23 -0300
commitb181983d3fdb648d9bf594716fa533cf4a254eea (patch)
treea06e57997379d6047a1785578e15ae2c5c881c2e /pkgs/games/2048-cli
parent794ee20683f34faad02db780ca0bccc007644eea (diff)
2048-cli: change self to finalAttrs
Diffstat (limited to 'pkgs/games/2048-cli')
-rw-r--r--pkgs/games/2048-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/2048-cli/default.nix b/pkgs/games/2048-cli/default.nix
index bc93d51b10fdd..7ef923215d6d4 100644
--- a/pkgs/games/2048-cli/default.nix
+++ b/pkgs/games/2048-cli/default.nix
@@ -8,7 +8,7 @@
 }:
 
 assert lib.elem ui [ "terminal" "curses" ];
-stdenv.mkDerivation (self: {
+stdenv.mkDerivation (finalAttrs: {
   pname = "2048-cli";
   version = "unstable-2019-12-10";