Basic shell.nix

This commit is contained in:
FliegendeWurst 2021-05-13 13:29:18 +02:00
parent ec65c74393
commit 29262ea188

6
shell.nix Normal file
View File

@ -0,0 +1,6 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
dbus
];
}