Commit 304901e
committed
feat(package): use explicit fileset for package src
This uses a fileset to restrict the amount of rebuilds that one has
to perform.
For example, if a test is changed, we do not want to rebuild the
`nixos-cli` package, since that's wasteful. Using an explicit opt-in
fileset for src works here because there are only a few files/directories
required to compile the actual package, and they can be specified
manually without much trouble.1 parent c4a53f0 commit 304901e
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
17 | 28 | | |
| |||
0 commit comments