From 3966613521ba265fce810b332aa1ac9156a607dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 6 May 2024 06:35:53 +0300 Subject: [PATCH] btrfs-subvolume-snapshot depends on awk --- pkgs/btrfs-auto-snapshot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/btrfs-auto-snapshot.nix b/pkgs/btrfs-auto-snapshot.nix index 0b931ab..b0d4d0c 100644 --- a/pkgs/btrfs-auto-snapshot.nix +++ b/pkgs/btrfs-auto-snapshot.nix @@ -7,6 +7,7 @@ getopt, gnugrep, gnused, + gawk, btrfs-progs, syslogSupport ? true, util-linux ? null, @@ -38,6 +39,7 @@ assert syslogSupport -> util-linux != null; getopt gnugrep gnused + gawk btrfs-progs ] ++ optional syslogSupport util-linux