From 651a1d1c67a3b951c15669618230f80ea508e4a3 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Mon, 21 Aug 2023 11:41:46 -0500 Subject: [PATCH] feat: kv Signed-off-by: jolheiser --- apps/default.nix | 1 + apps/nushell.nix | 1 + flake.lock | 8 ++++---- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/default.nix b/apps/default.nix index 69ff18e..35a50ec 100644 --- a/apps/default.nix +++ b/apps/default.nix @@ -61,6 +61,7 @@ nur.repos.jolheiser.git-age nur.repos.jolheiser.gomodinit nur.repos.jolheiser.imp + nur.repos.jolheiser.kv nur.repos.jolheiser.tclip nur.repos.jolheiser.tmpl ]; diff --git a/apps/nushell.nix b/apps/nushell.nix index 3d4fa70..e10870e 100644 --- a/apps/nushell.nix +++ b/apps/nushell.nix @@ -23,6 +23,7 @@ use ${pkgs.nu_scripts}/share/nu_scripts/custom-completions/just/just-completions.nu * use ${pkgs.nu_scripts}/share/nu_scripts/custom-completions/nix/nix-completions.nu * + use ${pkgs.nur.repos.jolheiser.kv}/share/kv-completions.nu * use ${pkgs.nur.repos.jolheiser.tmpl}/share/tmpl-completions.nu * ''; extraEnv = '' diff --git a/flake.lock b/flake.lock index 830b9a3..8bab570 100644 --- a/flake.lock +++ b/flake.lock @@ -86,11 +86,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1692566216, - "narHash": "sha256-j9M6se9RH+2TzCQSQBPIjVFzfjMAOxwIor2kzNfDugo=", + "lastModified": 1692583766, + "narHash": "sha256-UIwDiGDQqlhVsa4xbzJUt5AiyQP3z74SXX3B2OK5u5M=", "ref": "refs/heads/main", - "rev": "14d58d4b38a48512f14ce15aec3ad9baa16d3332", - "revCount": 156, + "rev": "d8f3a23bb92c28b9b1bb10f10d90d491820cfbbf", + "revCount": 159, "type": "git", "url": "https://git.jojodev.com/jolheiser/nur" },