Documentation | readme: Add build environment setup instructions for nixos (!218)
Joel Sherrill (@joel)
gitlab at rtems.org
Thu Mar 19 23:56:57 UTC 2026
Joel Sherrill commented on a discussion on README.md: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/218#note_146417
> podman rmi rtems-docs-server_img
> ```
>
> +### NixOS
> +
> +Create a `shell.nix` file with the folllowing content:
> +```nix
> +{ }:
> +let
> + pkgs =
> + import
> + (fetchTarball "https://github.com/NixOS/nixpkgs/archive/aa290c9891fa4ebe88f8889e59633d20cc06a5f2.tar.gz")
Please add a bit of text explaining the need for the magic looking command. A user reading this will have the same question.
--
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/218#note_146417
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260319/aee8a720/attachment.htm>
More information about the bugs
mailing list