mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(package): add lutris from nixpkgs-25-11
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user