KIT-ILIAS-downloader/shell.nix
2021-05-13 13:29:18 +02:00

7 lines
72 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = [
dbus
];
}