tibia - test?

This commit is contained in:
Sasza Stanczew 2026-02-15 13:20:50 +01:00
parent c1cda1c7ac
commit 085a55c307
2 changed files with 11 additions and 3 deletions

View file

@ -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" [

View file

@ -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