diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -857,7 +857,7 @@ with maintenance so things should be up to date. - [Xplain: Explanations for the X11 window system][665] - [Varnish Authentication Telnet][667] - [Remapping mouse buttons to keyboard keys][670] -- [A Surprisingly Underappreciated Unix Automation Tool][679] +- [A Surprisingly Underappreciated Unix Automation Tool: Expect][679] - [How Unix Works: Become a Better Software Engineer][685] - [Creating Sockets on Linux][688] - [PulseAudio under the hood][704] @@ -1035,6 +1035,7 @@ with maintenance so things should be up to date. - [Nix build No Chroot hack][1033] - [How do Nix Builds Work?][1060] - [Customizing packages in Nix][1067] +- [Using Nix with Dockerfiles][1086] ### OSX/Mac @@ -2266,3 +2267,4 @@ with maintenance so things should be up to date. [1083]: https://github.com/brexhq/prompt-engineering [1084]: https://trishagee.com/2023/05/29/why-i-prefer-trunk-based-development/ [1085]: https://hbr.org/2017/08/high-performing-teams-need-psychological-safety-heres-how-to-create-it +[1086]: https://mitchellh.com/writing/nix-with-dockerfiles |