hangitbot/default.nix

12 lines
308 B
Nix
Raw Normal View History

2023-12-29 06:33:00 +00:00
({pkgs}: import (
2023-12-24 10:48:40 +00:00
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2"; }
) {
src = ./.;
2023-12-29 06:29:29 +00:00
buildInputs = with pkgs;[
pkg-config
openssl
];
2023-12-24 10:48:40 +00:00
}).defaultNix