Commit 32bfac7
authored
chore: remove flake-parts dependency (#793)
Simplify flake.nix by removing flake-parts and using plain Nix.
The project only defines a single devShell, which doesn't require
the complexity of flake-parts. Multi-system support is achieved
with a simple forAllSystems helper using nixpkgs.lib.genAttrs.
This reduces dependencies and makes the flake more straightforward.1 parent 232d6b9 commit 32bfac7
2 files changed
+12
-53
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
8 | 5 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
20 | 13 | | |
21 | 14 | | |
22 | 15 | | |
| |||
37 | 30 | | |
38 | 31 | | |
39 | 32 | | |
40 | | - | |
| 33 | + | |
41 | 34 | | |
42 | 35 | | |
0 commit comments