Commit Graph

10 Commits

Author SHA1 Message Date
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
Florian Klink
50261c0602 config.rust: update references from rustc
`rustc.config` is called `rust.rustcTarget` now, and
`{rustc -> rust}.platform`.

This is the new way (tm), and is preferred since
https://github.com/NixOS/nixpkgs/pull/271707 -
though the documentation still is outdated, and some expressions in
nixpkgs were using the old interface.

This updates both.
2024-06-13 21:08:48 +03:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alyssa Ross
1ee9f3c87c Revert "rust-hypervisor-firmware: fix build (#257345)"
This reverts commit e97f8fecfa.

No longer necessary since the rustc wrapper now handles --sysroot
correctly.
2023-12-19 11:34:02 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Astro
e97f8fecfa
rust-hypervisor-firmware: fix build (#257345)
Co-authored-by: Yureka <yuka@yuka.dev>
2023-09-26 13:57:46 +02:00
Astro
028866fa07 rust-hypervisor-firmware: fix build 2023-05-05 14:42:14 +02:00
Weijia Wang
6534a3aeaa rust-hypervisor-firmware: check if path exists 2023-03-29 12:06:21 +03:00
Astro
5cc9cef25d rust-hypervisor-firmware: init at 0.4.2 2023-03-28 20:44:50 +02:00