Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ dt nix:check
After `pnpm-lock.yaml` changes:

```bash
dt nix:hash:genie
dt nix:hash
refresh Nix FOD hashes for genie
refresh all stale Nix FOD hashes with your repo workflow
```

## Quick Start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// - lint:check (linting)
// - test:run (test execution)
// - mr:fetch-apply (repo synchronization)
// - nix:build, nix:check, nix:hash (Nix operations)
// - nix:build, nix:check (Nix operations)
// - tsc per-project breakdown (from extendedDiagnostics spans)
local g = import 'g.libsonnet';
local lib = import 'lib.libsonnet';
Expand Down Expand Up @@ -280,7 +280,6 @@ g.dashboard.new('dt Task Duration Trends')
),

at(
taskDurationPanel('nix:hash:* (p50 / p95 / p99)', 'nix:hash:.*'),
16, y.nixContent, 8, 8,
),

Expand Down
2 changes: 1 addition & 1 deletion nix/devenv-modules/tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ imports = [
flaky "File not found" errors when pnpm is concurrently mutating/symlinking
`node_modules` during CI.
- `megarepo.nix` - Megarepo workspace tasks
- `nix-cli.nix` - Nix CLI build tasks (nix:hash, nix:build, nix:flake:check)
- `nix-cli.nix` - Nix CLI build/check tasks
- `pnpm.nix` - pnpm install tasks
- `setup.nix` - Setup tasks
- `test.nix` - Test tasks
Expand Down
Loading
Loading