From d5e013f8913795fc7db7b73e3c6efec646f24c7e Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Thu, 2 May 2024 00:11:49 +0200 Subject: [PATCH] add a reference to Retro68NixSample to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e3361c67f..9410ec2e1b 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,9 @@ Likewise, use If you have a local checkout of Retro68, you can replace `github:autc04/Retro68` by the path to that local checkout, e.g., run `nix develop .#m68k` from inside the Retro68 directory. +To see how to set up your own nix-based build and development environment for your own application, +head over to the github.com/autc04/Retro68NixSample repository. + You can also use the `nix build` command to build packages. As always with `nix`, the result will be somewhere in a subdirectory of `/nix/store`, with a symlink named `result` placed in the directory where you invoked the command.