summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mühlbacher <tmuehlbacher@posteo.net>2025-03-21 16:34:04 +0000
committerKent Overstreet <kent.overstreet@linux.dev>2025-03-21 13:09:26 -0400
commit80d0a21ed36e00c795bf27b582ee3b626de0a3c5 (patch)
treeb5ff2b871f57a7a3a05574724f05fa8912a2d681
parenta1080f2f6ae1610a0d7dccb03b89aa5549e0c544 (diff)
chore(nix): rm unused attr build input
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index abb49a24..1200a3b9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -82,7 +82,6 @@
stdenv,
# run time
- attr,
keyutils,
libaio,
libsodium,
@@ -133,7 +132,6 @@
];
buildInputs = [
- attr
keyutils
libaio
libsodium