deps: add all required dependencies to flake

This commit is contained in:
Youwen Wu 2024-08-16 14:38:11 -07:00 committed by Ananth Venkatesh
parent e6dc490044
commit bb35415ed0

View file

@ -29,6 +29,10 @@
hlint = {};
haskell-language-server = {};
};
shell.buildInputs = with pkgs; [
at
busybox
];
};
})
];