mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
scripts: Use trap to clean up temp directory
This commit is contained in:
parent
2c76d23692
commit
ec0d5b839e
2 changed files with 8 additions and 4 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ self', pkgs, lib, ... }:
|
||||
{
|
||||
self',
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
pkgs.writeShellApplication {
|
||||
name = "nebula-regen-all-host-certs";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue