KIT-ILIAS-downloader/shell.nix

7 lines
72 B
Nix
Raw Normal View History

2021-05-13 11:29:18 +00:00
with (import <nixpkgs> {});
mkShell {
buildInputs = [
dbus
];
}