Oleks 1550e5be0e flake.lock: re-lock for Nix 2.31+ narHash format
nixpkgs rev unchanged (2fc6539b...); only the computed narHash changes
because Nix's NAR normalization rules evolved between the version that
locked this and 2.31. Before this, downstream flakes using current Nix
couldn't evaluate — they'd hit 'mismatch in field narHash' on the
inherited input.
2026-04-23 00:49:26 +03:00
2026-03-15 18:51:17 +02:00

fleet-pins

Shared nixpkgs pin for the server fleet — ensures binary cache alignment

Overview

Centralized nixpkgs version pin shared by all servers in the fleet. Ensures consistent package versions and binary cache hits across armer, howard, emmett, micron, bim, and mermaid.

Usage

Reference in your flake inputs:

inputs.fleet.url = "git+https://git.oleks.space/oleks/fleet-pins";

Then use fleet.inputs.nixpkgs as your nixpkgs source.

S
Description
Shared nixpkgs pin for the server fleet — ensures binary cache alignment
Readme
50 KiB
Languages
Nix 100%