Update RFD

This commit is contained in:
Dave Gallant
2022-07-05 18:59:35 -04:00
parent 7323e619c9
commit 929bc70df1
4 changed files with 21 additions and 19 deletions

18
flake.lock generated
View File

@@ -82,11 +82,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1656904399, "lastModified": 1657006790,
"narHash": "sha256-lJRk5fLa5xPARKIhslP9J6dLuhjV+4HmCfa+tr2HqvA=", "narHash": "sha256-/OAsHWvRJNe591udM69w1KhXm41WYNh25v83UBNWMHY=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "f075feee3258d15f6549e33c185f6165f9c7fbfc", "rev": "eb814bdca0bad2a68e111d59fae62f79b8dbeef1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -103,11 +103,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1656922590, "lastModified": 1657008970,
"narHash": "sha256-m8SRuH6NgQ8AB7W+Oev/ip7O56YzGHHV7DMjw+bT+aM=", "narHash": "sha256-c6HhbjGtsZfuD0IHg6Qv8NMajNPV3Tehrw9FU8F3s90=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "61ce522387dc8219b1efe4315fb65ddbadae2b60", "rev": "4f3fe701f50810929c06cb5cf428a4780b0d37d0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -150,11 +150,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1656753965, "lastModified": 1656835607,
"narHash": "sha256-BCrB3l0qpJokOnIVc3g2lHiGhnjUi0MoXiw6t1o8H1E=", "narHash": "sha256-zONMAG6JSfGyW20AsVWGnlZwNWws6Q/7IT0oDNGc1xY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb", "rev": "18b14a254dca6b68ca0ce2ce885ce2b550065799",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -8,14 +8,14 @@ in
with py.pkgs; with py.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "rfd"; pname = "rfd";
version = "v0.8.1"; version = "v0.9.0";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "davegallant"; owner = "davegallant";
repo = "rfd"; repo = "rfd";
rev = version; rev = version;
hash = "sha256-9gOxrKVEqbg2vLO5opoetVSxgwpm/3SV60mK8Le6F48="; hash = "sha256-9dOxrKVEqbg2vLO5opoetVSxgwpm/3SV60mK8Le6F48=";
}; };
# No tests included # No tests included

View File

@@ -56,8 +56,6 @@ in {
tmux-sessionizer tmux-sessionizer
# containers # containers
docker
docker-compose
kubectl kubectl
kubernetes-helm kubernetes-helm
kustomize kustomize
@@ -132,17 +130,19 @@ in {
/* /*
awscli2 awscli2
*/ */
/* ssm-session-manager-plugin
ssm-session-manager-plugin
*/
google-cloud-sdk google-cloud-sdk
# python # python
python310 python310
python310Packages.black /*
python310Packages.black
*/
python310Packages.ipython python310Packages.ipython
python310Packages.pip python310Packages.pip
python310Packages.poetry /*
python310Packages.poetry
*/
python310Packages.setuptools python310Packages.setuptools
python310Packages.virtualenv python310Packages.virtualenv
@@ -150,7 +150,6 @@ in {
hugo hugo
# news # news
rfd
srv srv
]; ];
in in

View File

@@ -10,6 +10,9 @@ in {
environment.systemPackages = with pkgs; let environment.systemPackages = with pkgs; let
linux = [ linux = [
cryptsetup cryptsetup
docker
docker-compose
rfd
glibcLocales glibcLocales
iotop iotop
linuxPackages.perf linuxPackages.perf