[NixOS] Add invokeai to ryzen-shine
This commit is contained in:
@@ -103,6 +103,8 @@
|
||||
};
|
||||
|
||||
nixpkgs-regression = { url = github:NixOS/nixpkgs; };
|
||||
|
||||
nixified-ai = { url = github:nixified-ai/flake; };
|
||||
};
|
||||
|
||||
outputs = inputs@{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
linuxPackages_latest.perf
|
||||
inputs.nixified-ai.packages.${system}.invokeai-nvidia
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
Reference in New Issue
Block a user