diff --git a/flake.lock b/flake.lock index 42a2909..d79e878 100644 --- a/flake.lock +++ b/flake.lock @@ -1827,11 +1827,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1707651209, - "narHash": "sha256-bVUptw8kqu1hwjMPEGFqiWAEdG2N9upTHyhV4Bpc+O8=", + "lastModified": 1709976415, + "narHash": "sha256-frWiKdgNM3cDApsEgh0OkTaEgM7hdQt64MlfqmHxD+g=", "owner": "mlabs-haskell", "repo": "flake-lang.nix", - "rev": "1c738f9a8ed77d244b47584ef265f704db0b1c5b", + "rev": "f4b0fc29aab0b548c2dcc31fcdafc7cbe5868b59", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 7d5bbcc..f0067da 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,9 @@ # Tarball of the package tgz = tsFlake.packages.prelude-typescript-tgz; + # Unpacked tarball of the package + lib = tsFlake.packages.prelude-typescript-lib; + # Documentation docs = tsFlake.packages.prelude-typescript.overrideAttrs (_self: (_super: { name = "docs";