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