+1
-5
nixos/modules/services/hardware/fwupd.nix
+1
-5
nixos/modules/services/hardware/fwupd.nix
···-originalFiles = concatMap (d: map (f: "${d}/${f}") (listFiles "${pkgs.fwupd}/etc/${d}")) copiedDirs;
+1
-1
nixos/release.nix
+1
-1
nixos/release.nix
···
···
+8
-12
pkgs/development/libraries/umockdev/default.nix
+8
-12
pkgs/development/libraries/umockdev/default.nix
···
···
+19
-16
pkgs/os-specific/linux/firmware/fwupd/default.nix
+19
-16
pkgs/os-specific/linux/firmware/fwupd/default.nix
·········
·········
+62
-37
pkgs/os-specific/linux/firmware/fwupdate/default.nix
+62
-37
pkgs/os-specific/linux/firmware/fwupdate/default.nix
···-{ url = "https://github.com/rhinstaller/fwupdate/releases/download/${version}/fwupdate-${version}.tar.bz2";-find . -type f -print0 | xargs -0 sed -i -e 's|/boot/efi|/boot|g' -e 's|/boot/efi/EFI|/boot/EFI|g'-export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${gnu-efi}/include/efi -I${efivar}/include/efivar -I${gnu-efi}/include/efi/$arch"
···+url = "https://github.com/rhinstaller/fwupdate/releases/download/${version}/fwupdate-${version}.tar.bz2";
+116
pkgs/os-specific/linux/firmware/fwupdate/fix-paths.patch
+116
pkgs/os-specific/linux/firmware/fwupdate/fix-paths.patch
···
···+EFIDIR ?= $(shell x=$$(which --skip-alias --skip-functions git 2>/dev/null) ; [ -n "$$x" ] && git config --get fwupdate.efidir)
+12
-13
pkgs/os-specific/linux/libsmbios/default.nix
+12
-13
pkgs/os-specific/linux/libsmbios/default.nix
···
···
+4
-5
pkgs/tools/system/efibootmgr/default.nix
+4
-5
pkgs/tools/system/efibootmgr/default.nix
···description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager";
···description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager";