onedrive-fuse 0.2.2

Mount OneDrive storage as FUSE filesystem
1
2
3
4
with import <nixpkgs> {};
mkShell {
  buildInputs = [ pkg-config fuse openssl ];
}