1
0
mirror of https://github.com/materusPL/Nixerus.git synced 2025-06-21 01:36:15 +02:00

12 lines
320 B
Nix
Raw Normal View History

2023-05-18 12:07:07 +02:00
{ pkgs }:
{
suffix = if pkgs.stdenv.system == "x86_64-linux" then "64" else "32";
amdbit = if pkgs.stdenv.system == "x86_64-linux" then "x86_64-linux-gnu" else "i386-linux-gnu";
major = "22.40";
major_short = "22.40";
minor = "1577631";
ubuntu_ver = "22.04";
repo_folder_ver = "5.4.5";
amf = "1.4.29";
}