From 5e2166fc68748a7a3b0e583881121c7c995f0161 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sun, 20 Aug 2023 16:23:29 -0500 Subject: [PATCH] chore: update tmpl and add completions Signed-off-by: jolheiser --- apps/nushell.nix | 2 ++ flake.lock | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/nushell.nix b/apps/nushell.nix index a149e8c..3d4fa70 100644 --- a/apps/nushell.nix +++ b/apps/nushell.nix @@ -22,6 +22,8 @@ use ${pkgs.nu_scripts}/share/nu_scripts/custom-completions/glow/glow-completions.nu * 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.tmpl}/share/tmpl-completions.nu * ''; extraEnv = '' $env.GOPATH = "${config.xdg.dataHome}/go" diff --git a/flake.lock b/flake.lock index ba243e2..830b9a3 100644 --- a/flake.lock +++ b/flake.lock @@ -86,11 +86,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1691885754, - "narHash": "sha256-dOE8FgU8KdDfRZP6E+rLesArQuWhNwvI+n50p8nBY1Q=", + "lastModified": 1692566216, + "narHash": "sha256-j9M6se9RH+2TzCQSQBPIjVFzfjMAOxwIor2kzNfDugo=", "ref": "refs/heads/main", - "rev": "1dcefb95d1a0ed0a4991b4d06a4c649c841aef3b", - "revCount": 155, + "rev": "14d58d4b38a48512f14ce15aec3ad9baa16d3332", + "revCount": 156, "type": "git", "url": "https://git.jojodev.com/jolheiser/nur" },