Skip to content

Commit

Permalink
Add post about statically-linked haskell binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Sep 29, 2024
1 parent 80056c0 commit d083a8b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 2024-09-29-statically-link-haskell-binaries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
------------------------------------------------------
title: How to Statically-link Haskell Binaries using Nix
summary: Example repo showing how to statically-link x86-64 Linux Haskell binaries with Nix
tags: haskell, nixos
draft: false
------------------------------------------------------

I put together an example repository showing how to statically-link x86-64
Linux Haskell binaries using Nix. Check out the README in the repo for more
information:

<https://github.com/cdepillabout/example-static-haskell-nix>

0 comments on commit d083a8b

Please sign in to comment.