aisleriot

aisleriot 3.22.35

Collection of patience games written in guile scheme

https://gitlab.gnome.org/GNOME/aisleriot
GNU General Public License v3.0 or later
main program: solprograms: sol
Platforms (24)
s390x-linuxloongarch64-linuxarmv6l-linuxmips-linuxpowerpc64le-linuxmicroblazeel-linuxriscv64-linuxarmv7l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aisleriot
];
Ad-hoc shell
nix-shell -p aisleriot
Flake (nix run)
nix run nixpkgs#aisleriot