19 lines
434 B
Markdown
Raw Permalink Normal View History

2026-05-04 11:29:17 +02:00
# 41-non-flake-inputs
This example shows a `flake = false` input that exposes raw files instead of flake outputs.
It includes:
- one local input in `release-data/` without its own `flake.nix`,
- one package that reads JSON from that input during evaluation, and
- a check that proves the raw source and derived values match.
Useful commands:
```bash
nix flake metadata
nix build
./result/bin/show-raw-release
nix flake check
```