<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/nixtamal-ml6hjilkb" -->

---
title: Nixtamal | daily.dev
description: Nixtamal is a dependency pinning tool for Nix that provides hash-pinned external inputs for hermetic, reproducible builds without requiring flakes or...
canonical: https://daily.dev/posts/nixtamal-ml6hjilkb
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Nixtamal | daily.dev
og:description: Nixtamal is a dependency pinning tool for Nix that provides hash-pinned external inputs for hermetic, reproducible builds without requiring flakes or...
og:url: https://daily.dev/posts/nixtamal-ml6hjilkb
og:image: https://api.daily.dev/og/posts/ml6hJiLKB.png
og:image:alt: Nixtamal
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.

# Nixtamal

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

## Summary

Nixtamal is a dependency pinning tool for Nix that provides hash-pinned external inputs for hermetic, reproducible builds without requiring flakes or experimental features. It uses a declarative KDL manifest file to manage inputs, supports VCS systems like Darcs and Pijul not available in Nix builtins, allows custom hash algorithms including BLAKE3, and enables user-defined freshness checks. The tool separates manifest and lockfile duties, works alongside other pinning tools, and leverages Nixpkgs fetchers for feature-rich input management.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nixtamal.toast.al/>

## Similar posts on daily.dev

- [One flake to rule them all](https://daily.dev/posts/one-flake-to-rule-them-all-oyz5p8fiz) · Farid Zakaria’s Blog · 1 upvotes · 1 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#nixos](https://daily.dev/tags/nixos)

[View this post on daily.dev](https://daily.dev/posts/nixtamal-ml6hjilkb)

```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":"Nixtamal","url":"https://daily.dev/posts/nixtamal-ml6hjilkb","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/nixtamal-ml6hjilkb"},"datePublished":"2026-01-27T16:44:42.759Z","dateModified":"2026-01-27T16:45:03.576Z","description":"Nixtamal is a dependency pinning tool for Nix that provides hash-pinned external inputs for hermetic, reproducible builds without requiring flakes or...","image":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","thumbnailUrl":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","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/nixtamal-ml6hjilkb","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"devops,nixos","timeRequired":"PT3M"}
{"@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":"Nixtamal"}]}
```

