nix

Tag

Cards List
#nix

nixpkgs-multiverse: fast mode

Lobsters Hottest · 4d ago Cached

nixpkgs-multiverse introduces a fast mode that skips Nixpkgs evaluation and fetches package store paths directly, enabling quicker access to historical package versions.

0 favorites 0 likes
#nix

I want extern "fil-c"

Lobsters Hottest · 6d ago Cached

The author argues for a Rust FFI that speaks the Fil-C ABI, enabling safe interop with recompiled C/C++ libraries, and calls for cross-ecosystem collaboration among Rust, Fil-C, Zig, and Nix/filnix communities.

0 favorites 0 likes
#nix

nixpkgs isn't doing too hot

Lobsters Hottest · 2026-08-10 Cached

A blog post discusses the recent disbanding of the Nixpkgs core team, highlighting ongoing governance struggles, member attrition, and volunteer burnout within the Nix/NixOS/Nixpkgs project.

0 favorites 0 likes
#nix

nixpkgs-multiverse: every version that ever existed

Lobsters Hottest · 2026-08-09 Cached

nixpkgs-multiverse is a Nix flake that provides access to every version of every package that ever existed in Nixpkgs, allowing users to easily pin and mix historical package versions without multiple flake inputs.

0 favorites 0 likes
#nix

The Nixpkgs core team has disbanded

Hacker News Top · 2026-08-08

The Nixpkgs core team has disbanded, marking a significant governance shift in the Nix ecosystem.

0 favorites 0 likes
#nix

Nix Evaluation Is a Scheduling Problem

Lobsters Hottest · 2026-08-07 Cached

The article argues that Nix evaluation is fundamentally a scheduling problem and introduces Evix, a library-first async Nix evaluation engine designed for persistent, structured evaluation results.

0 favorites 0 likes
#nix

Super Mario Derivations

Lobsters Hottest · 2026-08-06 Cached

The article explores Nix's laziness, showing how attribute paths can lazily generate infinite trees, and turns this into a fun hack where each button press in Super Mario Bros. 3 is a separate Nix derivation with the store as savestate history.

0 favorites 0 likes
#nix

Nix Overrides That Expire Themselves

Lobsters Hottest · 2026-08-05 Cached

A blog post demonstrating a Nix pattern that makes package overrides warn when they become obsolete, based on conditional version or metadata checks during evaluation.

0 favorites 0 likes
#nix

The Nix sandbox is a hidden input

Lobsters Hottest · 2026-08-04 Cached

A technical deep-dive into how Nix's sandbox paths act as a hidden input to derivations, breaking reproducibility by allowing the same derivation to produce different outputs depending on sandbox configuration.

0 favorites 0 likes
#nix

Show HN: NixOS-DGX-Spark – Nix and NixOS on the DGX Spark

Hacker News Top · 2026-08-02 Cached

This open-source project enables Nix and NixOS on the NVIDIA DGX Spark, providing USB boot images and a NixOS module for configuring the hardware.

0 favorites 0 likes
#nix

Derivations to Deployments: Practical Nix in Production

Lobsters Hottest · 2026-07-31 Cached

This talk explains how to use Nix to achieve full reproducibility from development environments, builds, to cloud deployments, and showcases Antithesis's Nix-based "command set" framework as a replacement for messy scripts.

0 favorites 0 likes
#nix

Building (systems) software with Nix

Lobsters Hottest · 2026-07-28 Cached

A blog post discussing how Nix helps solve dependency and reproducibility issues in building systems software, particularly for fast-evolving subsystems like BPF and io_uring.

0 favorites 0 likes
#nix

Linux kernel will support $ORIGIN, sort of

Hacker News Top · 2026-07-21 Cached

The Linux kernel is set to support $ORIGIN for relocatable binaries via eBPF and binfmt_misc, enabling Nix and similar tools to select interpreters programmatically.

0 favorites 0 likes
#nix

Mechanized type inference for record concatenation

Lobsters Hottest · 2026-07-07 Cached

This post mechanizes Mitchell Wand's 1991 type inference algorithm for biased record concatenation, providing declarative and algorithmic semantics and a Haskell reference implementation to advance type checking for Nix and other languages.

0 favorites 0 likes
#nix

@kunchenguid: my new video is up! this is a popular request I received from my last video about agentic engineering workflow full wal…

X AI KOLs Timeline · 2026-07-05 Cached

A detailed walkthrough of setting up a reproducible declarative development environment for agentic engineering on macOS using Nix, Homebrew, Home Manager, WezTerm, and Starship.

0 favorites 0 likes
#nix

Nixmac

Product Hunt · 2026-07-05

Nixmac is a tool that provides a plain English interface for Nix-darwin, simplifying Nix configuration on macOS.

0 favorites 0 likes
#nix

Making devenv start fast, and the whole nixpkgs with it - devenv

Lobsters Hottest · 2026-06-26 Cached

This blog post explains how the dynamic linker's search for shared libraries in Nix causes startup performance issues for devenv and other Nix tools, and explores potential solutions including static linking.

0 favorites 0 likes
#nix

GuixPkgs: every Guix package, as a Nix flake

Lobsters Hottest · 2026-06-26 Cached

GuixPkgs is a project that makes every GNU Guix package available as a Nix flake, allowing users to mix Guix and Nixpkgs packages in a single flake. It uses guix-transfer to convert Guix derivations to Nix derivations and provides a binary cache to avoid rebuilding the entire Guix bootstrap.

0 favorites 0 likes
#nix

Nix needs relocatable binaries

Lobsters Hottest · 2026-06-22 Cached

The article identifies the problem that Nix binaries are not relocatable, causing hash changes and recompilation when the store prefix changes, and proposes using relative paths with $ORIGIN in RUNPATH to achieve relocatability without invalidating caches.

0 favorites 0 likes
#nix

nix-build in under 100 lines

Lobsters Hottest · 2026-06-22 Cached

The article demystifies the Nix build process by reimplementing nix-build in under 100 lines of Go, showing that turning a derivation into a store path is essentially an exec.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback