From 085a55c307cf9456d23b821da53d9f63da6bf100 Mon Sep 17 00:00:00 2001 From: Sasza Stanczew Date: Sun, 15 Feb 2026 13:20:50 +0100 Subject: [PATCH] tibia - test? --- flake.nix | 2 +- modules/tibia.nix | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8d0bc32..ce0fd6a 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ ./modules/3dmodel.nix #./modules/network.nix #./modules/office.nix - #./modules/tibia.nix + ./modules/tibia.nix ]; nix-gaming = mk_system "x86_64-linux" "nix-gaming" [ diff --git a/modules/tibia.nix b/modules/tibia.nix index e4b1a96..2702494 100644 --- a/modules/tibia.nix +++ b/modules/tibia.nix @@ -1,6 +1,14 @@ - { pkgs, ... }: { - + nixpkgs.overlays = [ + (self: super: { + tibia = super.tibia.overrideAttrs (old: { + src = super.fetchurl { + url = "https://correct-url.example.com/tibia.tar.gz"; + sha256 = "sha256-..."; + }; + }); + }) + ]; # paczki environment.systemPackages = with pkgs; [ tibia