From 80d0a21ed36e00c795bf27b582ee3b626de0a3c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= <tmuehlbacher@posteo.net>
Date: Fri, 21 Mar 2025 16:34:04 +0000
Subject: [PATCH] chore(nix): rm unused attr build input

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
 flake.nix | 2 --
 1 file changed, 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