Skip to content

Commit 8725315

Browse files
feat: add (fully) static build
1 parent d0c01ff commit 8725315

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
nixpkgsSrc ? fetchTarball {
3-
url = "https://github.com/NixOS/nixpkgs/archive/1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887.tar.gz";
4-
sha256 = "1zx5zvpvqrgk5mfxzmwf8gd270lz7dkfk563sccp1xlhac15cipg";
3+
url = "https://github.com/NixOS/nixpkgs/archive/813f8b5efbc827bf39416120b8a651cc1a2df8c5.tar.gz";
4+
sha256 = "06q8j9bls0l48pf5ri6sbksm121s5l5b4x337hc74vn08pq5bc6h";
55
}
66
}:
77

@@ -101,4 +101,5 @@ in
101101

102102
{
103103
dynamic = makeGitit nixpkgs.haskellPackages;
104+
static = makeGitit nixpkgs.pkgsStatic.haskellPackages;
104105
}

0 commit comments

Comments
 (0)