[NixOS] Add invokeai to ryzen-shine

This commit is contained in:
Ivan Malison 2023-06-29 11:20:13 -06:00
parent c361d8f5d4
commit e58641baf3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 4 additions and 1 deletions

View File

@ -103,6 +103,8 @@
};
nixpkgs-regression = { url = github:NixOS/nixpkgs; };
nixified-ai = { url = github:nixified-ai/flake; };
};
outputs = inputs@{

View File

@ -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;