Add keybase and kbfs

This commit is contained in:
Dave Gallant
2020-06-13 20:31:40 -04:00
parent e5ca3d841b
commit acf8681cf4
4 changed files with 280 additions and 249 deletions

View File

@@ -1,9 +1,9 @@
self: super:
rec {
python3 = with super; super.python3.override {};
python38 = with super; super.python38.override {};
pythonPackages = python3.pkgs;
pythonPackages = python38.pkgs;
rfd = with self; pythonPackages.buildPythonApplication rec {
pname = "rfd";