mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Bump rfd python package to v0.3.5
This commit is contained in:
@@ -62,32 +62,20 @@
|
|||||||
zsh-fast-syntax-highlighting
|
zsh-fast-syntax-highlighting
|
||||||
|
|
||||||
# python packages
|
# python packages
|
||||||
black
|
|
||||||
python38Packages.ipython
|
python38Packages.ipython
|
||||||
rfd
|
rfd
|
||||||
rtv
|
rtv
|
||||||
|
|
||||||
|
# python dev
|
||||||
|
black
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
aileron
|
|
||||||
comfortaa
|
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
dina-font
|
|
||||||
eunomia
|
|
||||||
fantasque-sans-mono
|
|
||||||
fira
|
fira
|
||||||
fira-code
|
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
fira-mono
|
fira-mono
|
||||||
font-awesome
|
font-awesome
|
||||||
helvetica-neue-lt-std
|
helvetica-neue-lt-std
|
||||||
hermit
|
|
||||||
ibm-plex
|
|
||||||
inconsolata
|
|
||||||
liberation_ttf
|
|
||||||
libre-baskerville
|
|
||||||
libre-bodoni
|
|
||||||
libre-caslon
|
|
||||||
libre-franklin
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -157,6 +145,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'LnL7/vim-nix'
|
Plug 'LnL7/vim-nix'
|
||||||
|
@@ -7,13 +7,13 @@ rec {
|
|||||||
|
|
||||||
rfd = with self; pythonPackages.buildPythonApplication rec {
|
rfd = with self; pythonPackages.buildPythonApplication rec {
|
||||||
pname = "rfd";
|
pname = "rfd";
|
||||||
version = "v0.3.4";
|
version = "v0.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "davegallant";
|
owner = "davegallant";
|
||||||
repo = "rfd";
|
repo = "rfd";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08f9xsw5h35p5sbljrv7vrzvdz17icgr85n7507p27fcg0yphd0s";
|
hash = "sha256:0hg9mgb0hf8ddxbnnrd28a7fxngld7m0fadzidjbj99j0gxvzq6g";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests included
|
# No tests included
|
||||||
|
Reference in New Issue
Block a user