summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-08-26 18:34:52 +0200
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-10-10 14:49:51 +0200
commite20a886f8765de26177e8973aad44a3e394dbc2b (patch)
tree0ce3bda9663eff00bca863447075d06e5ec487ae /nixos
parenta17f41ed0bd9ba1427b4323e109ce89b48918ea9 (diff)
downloadnixpkgs-e20a886f8765de26177e8973aad44a3e394dbc2b.tar
nixpkgs-e20a886f8765de26177e8973aad44a3e394dbc2b.tar.gz
nixpkgs-e20a886f8765de26177e8973aad44a3e394dbc2b.tar.bz2
nixpkgs-e20a886f8765de26177e8973aad44a3e394dbc2b.tar.lz
nixpkgs-e20a886f8765de26177e8973aad44a3e394dbc2b.tar.xz
nixpkgs-e20a886f8765de26177e8973aad44a3e394dbc2b.tar.zst
nixpkgs-e20a886f8765de26177e8973aad44a3e394dbc2b.zip
systemd-boot-builder: drop unused import
Diffstat (limited to 'nixos')
-rwxr-xr-xnixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
index b500e0fa64b..109b69da2c8 100755
--- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
+++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
@@ -10,7 +10,6 @@ import re
 import shutil
 import subprocess
 import sys
-import tempfile
 import warnings
 from typing import NamedTuple