diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 12:08:45 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 12:08:45 +0100 |
| commit | 993c3283a9e6a00fcb6b747d54f281caf6f4b681 (patch) | |
| tree | 01133013bdfc8bb582db736289ab79c322730179 /modules/by-name/bo | |
| parent | pkgs/notify-run: Append the name of the spawned command before printing (diff) | |
| download | nixos-config-993c3283a9e6a00fcb6b747d54f281caf6f4b681.zip | |
treewide: Give tempfiles descriptive names
This makes it easier to see, where each tempfile comes from.
Diffstat (limited to 'modules/by-name/bo')
| -rw-r--r-- | modules/by-name/bo/boot/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix index dfcd14b7..4b95aedf 100644 --- a/modules/by-name/bo/boot/module.nix +++ b/modules/by-name/bo/boot/module.nix @@ -46,7 +46,7 @@ in { # # stay on disk forever) <2024-05-11> # copyExtraFiles = '' # echo "[systemd-boot] copying files to ${bootMountPoint}" - # empty_file=$(mktemp) + # empty_file=$(mktemp boot_empty_file_XXX) # # ${lib.concatStrings (lib.mapAttrsToList (n: v: # /* |
