From 99347aef72f98bf6fa816fa6528362684d51b986 Mon Sep 17 00:00:00 2001 From: Mephist0phel3s Date: Mon, 6 Jan 2025 03:06:45 -0600 Subject: [PATCH] Updated pkgs/top-level/all-packages.nix to include War-Thunder nested uner the by-name/wa/War-Thunder callPackage function --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index fab710125d5ad..a893a13f592ed 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16246,6 +16246,8 @@ with pkgs; buildGoModule = buildGo122Module; }; + War-Thunder = callPackage ../by-name/wa/War-Thunder/package.nix + # Should always be the version with the most features w3m-full = w3m;