<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/github---ryanrasti-typenix-full-typing-for-nix-based-on-typescript-zxb76fxst" -->

---
title: GitHub - ryanrasti/typenix: Full typing for Nix based on...
description: TypeNix brings full TypeScript-grade type checking to the Nix language by forking tsgo (the TypeScript compiler in Go) and converting Nix ASTs (via...
canonical: https://daily.dev/posts/github---ryanrasti-typenix-full-typing-for-nix-based-on-typescript-zxb76fxst
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: GitHub - ryanrasti/typenix: Full typing for Nix based on TypeScript | daily.dev
og:description: TypeNix brings full TypeScript-grade type checking to the Nix language by forking tsgo (the TypeScript compiler in Go) and converting Nix ASTs (via...
og:url: https://daily.dev/posts/github---ryanrasti-typenix-full-typing-for-nix-based-on-typescript-zxb76fxst
og:image: https://api.daily.dev/og/posts/ZXB76fXSt.png
og:image:alt: GitHub - ryanrasti/typenix: Full typing for Nix based on TypeScript
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub - ryanrasti/typenix: Full typing for Nix based on TypeScript

**[Lobsters](https://daily.dev/sources/lobsters)** · 4 min read · 2 upvotes · 0 comments

## Summary

TypeNix brings full TypeScript-grade type checking to the Nix language by forking tsgo (the TypeScript compiler in Go) and converting Nix ASTs (via tree-sitter-nix) into TypeScript AST nodes. This enables autocomplete, type errors, hover, and go-to-definition directly in .nix files with no transpilation. It successfully parses and type-checks all 42,298 nixpkgs files in 13 seconds. Bundled types cover Lib, Stdenv, Platform, Derivation, and pkgs/by-name packages. VSCode and Neovim LSP integrations are available. Currently a proof of concept with known limitations around implicit any and circular references.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.com/ryanrasti/typenix>

---

Tags: [#typescript](https://daily.dev/tags/typescript), [#golang](https://daily.dev/tags/golang)

[View this post on daily.dev](https://daily.dev/posts/github---ryanrasti-typenix-full-typing-for-nix-based-on-typescript-zxb76fxst)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"GitHub - ryanrasti/typenix: Full typing for Nix based on TypeScript","url":"https://daily.dev/posts/github---ryanrasti-typenix-full-typing-for-nix-based-on-typescript-zxb76fxst","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/github---ryanrasti-typenix-full-typing-for-nix-based-on-typescript-zxb76fxst"},"datePublished":"2026-03-17T07:58:40.400Z","dateModified":"2026-03-17T07:58:59.755Z","description":"TypeNix brings full TypeScript-grade type checking to the Nix language by forking tsgo (the TypeScript compiler in Go) and converting Nix ASTs (via...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/4cb4009e6e3635c290043f1da267f2d6?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/4cb4009e6e3635c290043f1da267f2d6?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Lobsters","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Lobsters","logo":"https://media.daily.dev/image/upload/s--tl8v_Fku--/f_auto,t_logo/v1698841318/logos/lobste.jpg","url":"https://daily.dev/sources/lobsters"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/github---ryanrasti-typenix-full-typing-for-nix-based-on-typescript-zxb76fxst","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"typescript,golang","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Lobsters","item":"https://daily.dev/sources/lobsters"},{"@type":"ListItem","position":3,"name":"GitHub - ryanrasti/typenix: Full typing for Nix based on TypeScript"}]}
```

