ref: 296e6caff0a8ffc7afa0640878e612c5841c82a0
parent: a5bed770c8c0bc9db7b7180e5d272ac7f1ae3af3
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Mar 3 23:14:30 EST 2024
add shell.nix
--- /dev/null
+++ b/shell.nix
@@ -1,0 +1,9 @@
+with import <nixpkgs> {};
+stdenv.mkDerivation {
+ name = "libtags";
+ buildInputs = with pkgs; [
+ aflplusplus
+ meson
+ ninja
+ ];
+}