Skip to content

Instantly share code, notes, and snippets.

View Leznom-zz's full-sized avatar
😁
Good luck!!

Pusch Angel Leznom-zz

😁
Good luck!!
View GitHub Profile
@Zhaith-Izaliel
Zhaith-Izaliel / ankama-launcher.nix
Created July 27, 2021 15:13
NixOS ankama-launcher package
with import <nixpkgs>{};
let
name = "ankama-launcher";
src = fetchurl {
url = "https://download.ankama.com/launcher/full/linux/x64";
sha256 = ""; # Change for the sha256 you get after running nix-prefetch-url https://download.ankama.com/launcher/full/linux/x64
name = "ankama-launcher.AppImage";
};