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.