From 30297cd3c232f8b8e97745cece303605ed1da841 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sat, 12 Aug 2023 19:17:50 -0500 Subject: [PATCH] feat: tclip client Signed-off-by: jolheiser --- apps/default.nix | 1 + flake.lock | 8 ++++---- justfile | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/default.nix b/apps/default.nix index bcd968b..69ff18e 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.tclip nur.repos.jolheiser.tmpl ]; activation.report-changes = config.lib.dag.entryAnywhere '' diff --git a/flake.lock b/flake.lock index defb938..4664977 100644 --- a/flake.lock +++ b/flake.lock @@ -86,11 +86,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1691098287, - "narHash": "sha256-yEQWr2dus6AV9dShAFx9dWh97ub6+uWKv+H1/QRlPl4=", + "lastModified": 1691885754, + "narHash": "sha256-dOE8FgU8KdDfRZP6E+rLesArQuWhNwvI+n50p8nBY1Q=", "ref": "refs/heads/main", - "rev": "9795a580a5a4f3c87bf07c036dd5031833a044db", - "revCount": 153, + "rev": "1dcefb95d1a0ed0a4991b4d06a4c649c841aef3b", + "revCount": 155, "type": "git", "url": "https://git.jojodev.com/jolheiser/nur" }, diff --git a/justfile b/justfile index 2c2f46d..44aea80 100644 --- a/justfile +++ b/justfile @@ -17,4 +17,4 @@ update-flake: # Update an individual input update input: - @nix flake lock --update-input nixpkgs + @nix flake lock --update-input {{input}}