AppsΒΆ
LayoutΒΆ
.
βββ aarch64-darwin
βΒ Β βββ apply
βΒ Β βββ build
βΒ Β βββ build-switch
βΒ Β βββ rollback
βββ aarch64-linux -> x86_64-linux
βββ x86_64-darwin
βΒ Β βββ apply
βΒ Β βββ build
βΒ Β βββ build-switch
βββ x86_64-linux
βββ apply
βββ build-switch
βββ install
βββ nvidia-drivers-installation.md
DetailsΒΆ
The apps in this directory are Nix installables. These are Bash scripts made available to Nix through the mkApp
function declared within the flake.nix
file.
These Nix commands are tailored for different systems, including Linux (x86_64-linux
, aarch64-linux
) and Darwin (aarch64-darwin
, x86_64-darwin
).
They are executed with nix run
and are referenced as part of the step-by-step instructions found in the main README.
In x86_64-linux/
, you will find nvidia-drivers-installation.md
, which provides guidelines for installing NVIDIA drivers. This process is handled automatically by the installer in x86_64-linux/install
for Ubuntu systems. The installation is optional, and you may prefer to perform it manually by following the guide in nvidia-drivers-installation.md
.