From d0faef2f53e2e5195b2acc7cc7bba898bd7cd05b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 21 Nov 2024 21:21:19 -0600 Subject: update lowbat and pavolctld derivations to use tagged releases and dl tar files instead of using git --- modules/hosts/T495/games.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/hosts/T495/games.nix (limited to 'modules/hosts/T495/games.nix') diff --git a/modules/hosts/T495/games.nix b/modules/hosts/T495/games.nix new file mode 100644 index 0000000..f596fa8 --- /dev/null +++ b/modules/hosts/T495/games.nix @@ -0,0 +1,6 @@ +{ pkgs, ... }: { + nixpkgs.config.allowUnfree = true; + environment.systemPackages = with pkgs; [ + vintagestory + ]; +} -- cgit v1.2.3