From a01e4a3a657b4991421f963b0092156909e3ca22 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sun, 24 Nov 2024 15:17:08 -0600 Subject: [PATCH] update tclip and golink Signed-off-by: jolheiser --- flake.lock | 46 +++++++-------------------------- machines/dragonwell/default.nix | 2 +- 2 files changed, 11 insertions(+), 37 deletions(-) diff --git a/flake.lock b/flake.lock index 81af4cd..5f28624 100644 --- a/flake.lock +++ b/flake.lock @@ -327,11 +327,11 @@ ] }, "locked": { - "lastModified": 1726797346, - "narHash": "sha256-Sj9WrvoV+U1YSYriUD/M+Q5tmQDGbJDXsqrFzqKTPc4=", + "lastModified": 1732216375, + "narHash": "sha256-gFDjpoaVV7QoMTvxVN/W58e5mh2+5zagNBAK4IPBgpQ=", "owner": "tailscale", "repo": "golink", - "rev": "b3ab9a617620fb9be7b589ae3fee5f12e8b205a7", + "rev": "43d714d264ac76d2048c9fdcfdd4a98bb5c16d51", "type": "github" }, "original": { @@ -341,31 +341,6 @@ } }, "gomod2nix": { - "inputs": { - "flake-utils": [ - "tclip", - "utils" - ], - "nixpkgs": [ - "tclip", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1725515722, - "narHash": "sha256-+gljgHaflZhQXtr3WjJrGn8NXv7MruVPAORSufuCFnw=", - "owner": "tweag", - "repo": "gomod2nix", - "rev": "1c6fd4e862bf2f249c9114ad625c64c6c29a8a08", - "type": "github" - }, - "original": { - "owner": "tweag", - "repo": "gomod2nix", - "type": "github" - } - }, - "gomod2nix_2": { "inputs": { "flake-utils": "flake-utils_3", "nixpkgs": [ @@ -564,11 +539,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1725432240, - "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=", + "lastModified": 1728888510, + "narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ad416d066ca1222956472ab7d0555a6946746a80", + "rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c", "type": "github" }, "original": { @@ -833,18 +808,17 @@ }, "tclip": { "inputs": { - "gomod2nix": "gomod2nix", "nixpkgs": "nixpkgs_4", "utils": [ "flake-utils" ] }, "locked": { - "lastModified": 1725658965, - "narHash": "sha256-Ro6LEvG4cC27UXJSMXxv1a9pe41BefQxB7bbCAD8C9Q=", + "lastModified": 1730045891, + "narHash": "sha256-GJP0LeYFl9nlnO5e69P4hCngatymXosZAxyWz4K1Lms=", "owner": "tailscale-dev", "repo": "tclip", - "rev": "a0cf1c78e1014df1b36dc158e4c9019af9d0856e", + "rev": "15c018579dc202371e27f0eee311cdc549a7bff8", "type": "github" }, "original": { @@ -856,7 +830,7 @@ "templ": { "inputs": { "gitignore": "gitignore", - "gomod2nix": "gomod2nix_2", + "gomod2nix": "gomod2nix", "nixpkgs": [ "nixpkgs" ], diff --git a/machines/dragonwell/default.nix b/machines/dragonwell/default.nix index 128b00d..6c7d7a9 100644 --- a/machines/dragonwell/default.nix +++ b/machines/dragonwell/default.nix @@ -4,7 +4,7 @@ let in { imports = [ - ./actual.nix + # ./actual.nix ./caddy.nix ./cfg.nix ./dex.nix