From cfabf0008bf94a1c3fbf30dcc473b956f5dca013 Mon Sep 17 00:00:00 2001 From: Dustin Lyons Date: Fri, 28 Jun 2024 22:42:55 -0400 Subject: [PATCH] Update README.md --- apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/README.md b/apps/README.md index 56a65f0f..0ec7255b 100644 --- a/apps/README.md +++ b/apps/README.md @@ -1,5 +1,5 @@ # Apps -The [apps](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-run#apps) in this directory are Nix[ _installables_](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix#installables), created using the [`mkApp`](https://github.com/dustinlyons/nixos-config/blob/main/flake.nix#L49) function declared within my `flake.nix` file. +The [apps](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-run#apps) in this directory are Nix [installables]([https://nixos.org/manual/nix/stable/command-ref/new-cli/nix#installables]), created using the [`mkApp`](https://github.com/dustinlyons/nixos-config/blob/main/flake.nix#L49) function declared within my `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`).