This website requires JavaScript.
Explore
Help
Sign In
virchau13
/
automatic1111-webui-nix
Watch
1
Star
1
Fork
0
You've already forked automatic1111-webui-nix
mirror of
https://github.com/virchau13/automatic1111-webui-nix.git
synced
2024-11-29 10:32:02 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
abe8d3ed96
automatic1111-webui-nix
/
shell.nix
5 lines
99 B
Nix
Raw
Normal View
History
Unescape
Escape
Allow AMD support in shell.nix
2023-04-04 12:57:54 +03:00
{
isCUDA
?
true
}:
let
pkgs
=
import
<nixpkgs>
{
}
;
in
import
./impl.nix
{
inherit
pkgs
isCUDA
;
}
Reference in New Issue
Copy Permalink