7 rustPlatform.buildRustPackage {
9 version = "0-unstable-2024-03-26";
11 src = fetchFromGitHub {
13 repo = "uefisettings";
14 rev = "f90aed759b9c2217bea336e37ab5282616ece390";
15 hash = "sha256-Cik8uVdzhMmgXfx23axkUJBg8zd5afMgYvluN0BJsdo=";
18 cargoHash = "sha256-FCQ/1E6SZyVOOAlpqyaDWEZx0y0Wk3Caosvr48VamAA=";
21 # Expects filesystem access to /proc and rootfs
22 "--skip=hii::efivarfs::tests::test_get_current_mount_flags_for_proc"
23 "--skip=hii::efivarfs::tests::test_get_current_mount_flags_for_root"
25 "--skip=ilorest::blobstore::Transport"
26 "--skip=ilorest::chif::IloRestChif"
30 description = "CLI tool to read/get/extract and write/change/modify BIOS/UEFI settings";
31 homepage = "https://github.com/linuxboot/uefisettings";
32 license = with licenses; [ bsd3 ];
33 mainProgram = "uefisettings";
34 maintainers = with maintainers; [ surfaceflinger ];
35 platforms = platforms.linux;