mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Add keybase and kbfs
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user