Commit c2924f9
committed
fix(nix): Update default.nix field names
Recent nix versions renamed two fields used in our default.nix file:
- buildPlatform has been renamed/moved to stdenv.buildPlatform
- hostPlatform has been renamed/moved to stdenv.hostPlatform
This came up during the testing of stackabletech/operator-rs#1116
in the secret-operator.1 parent e569102 commit c2924f9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments