Fix nix eval impurity problem

This commit is contained in:
Agahnim
2026-04-29 22:22:41 +02:00
committed by Agahnim
parent 220763b389
commit ae9c012040
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -109,6 +109,7 @@ environment.systemPackages = [
(pkgs.callPackage inputs.creamlinux-installer {})
];
```
Similarly to running the AppImage, you will need to set `WEBKIT_DISABLE_DMABUF_RENDERER=1` if your GPU is from Nvidia in order to run the package.
### Building from Source