Commit 7b89c6d
authored
fix(template/nix): Update default.nix field names (#557)
* 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.
* chore(nix): Update packages1 parent e569102 commit 7b89c6d
2 files changed
+5
-5
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 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments