feat(package): add lutris from nixpkgs-25-11

This commit is contained in:
2026-05-08 20:19:42 +02:00
parent 7d707f8afb
commit 277f3b6a39
3 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -7,6 +7,7 @@
noctalia,
inputs,
nixpkgs,
nixpkgs-25-11,
home-manager,
}:
name:
@@ -26,10 +27,11 @@ let
HMConfig = ../home;
systemPackages = ../modules/packages.nix;
specialArgs = {
pkgs-stable = import nixpkgs {
pkgs-unstable = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
pkgs-25-11 = nixpkgs-25-11.legacyPackages.${system};
currentSystem = system;
currentSystemName = name;
currentSystemUser = user;