fix(flake): add buildinputs to devShell

This fixes a regression introduced in
cc13ec2867 which caused the devShell
to lack some dependencies required to build trinitrix
This commit is contained in:
Silas Schöffel 2024-05-06 15:51:41 +02:00
parent 940d82561d
commit 3ebd171e61
Signed by: sils
GPG Key ID: 6A587D46E3F44592
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@
valgrind
licensure
];
inherit nativeBuildInputs buildInputs;
};
});
}