Home

dotnix @main - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
tree log patch
update tclip and golink Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQKdM8mmx1JL193CLiaycNILs45wf6Axy05AJHFbcPJ2J2kFlFE3/1DZHAs+U1inH9n +gs+l3PnMrxcPaMvdC0wQ= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
2 months ago
2 changed files, 11 additions(+), 37 deletions(-)
M flake.lock -> flake.lock
diff --git a/flake.lock b/flake.lock
index 81af4cd62d2547eb1e1ba992529f9408ee8f3342..5f286241b69a95f94b30c3becde44c0bc43ee60e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -327,11 +327,11 @@           "nixpkgs"
         ]
       },
       "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": {
@@ -342,31 +342,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": [
           "templ",
@@ -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"
         ],
M machines/dragonwell/default.nix -> machines/dragonwell/default.nix
diff --git a/machines/dragonwell/default.nix b/machines/dragonwell/default.nix
index 128b00de87787308cf3c6818423472f3e10e3177..6c7d7a9668992cffca4039a087ce287e8469502a 100644
--- a/machines/dragonwell/default.nix
+++ b/machines/dragonwell/default.nix
@@ -4,7 +4,7 @@   key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+uhnfFLhlyfGGsksSxh5IIY6gnIMryeQ2EiM979kZa";
 in
 {
   imports = [
-    ./actual.nix
+    # ./actual.nix
     ./caddy.nix
     ./cfg.nix
     ./dex.nix