Commit 787da71
Add flake.nix wrapping shell.nix
Lets `nix develop` users enter the same dev environment as `nix-shell`.
The flake's devShell imports ./shell.nix, so both entry points stay in
sync with a single dependency list.
No flake.lock is committed: inputs float on nixos-unstable, matching the
existing shell.nix behaviour (which already tracks <nixpkgs>).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f52f9e0 commit 787da71
2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments