docs: add README for fleet-pins
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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:
|
||||
|
||||
```nix
|
||||
inputs.fleet.url = "git+https://git.oleks.space/oleks/fleet-pins";
|
||||
```
|
||||
|
||||
Then use `fleet.inputs.nixpkgs` as your nixpkgs source.
|
||||
Reference in New Issue
Block a user