1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
diff --git a/flake.lock b/flake.lock
index a01b3232d62f3f397e60a0ea6d228606d4576867..6e678aef991d061c1d3b3eb29fd5974064ef97a5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -310,11 +310,11 @@ "nixpkgs"
]
},
"locked": {
- "lastModified": 1694616124,
- "narHash": "sha256-c49BVhQKw3XDRgt+y+uPAbArtgUlMXCET6VxEBmzHXE=",
+ "lastModified": 1717050755,
+ "narHash": "sha256-C9IEHABulv2zEDFA+Bf0E1nmfN4y6MIUe5eM2RCrDC0=",
"owner": "tweag",
"repo": "gomod2nix",
- "rev": "f95720e89af6165c8c0aa77f180461fe786f3c21",
+ "rev": "31b6d2e40b36456e792cd6cf50d5a8ddd2fa59a1",
"type": "github"
},
"original": {
@@ -477,6 +477,21 @@ "owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
+ }
+ },
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1721562059,
+ "narHash": "sha256-Tybxt65eyOARf285hMHIJ2uul8SULjFZbT9ZaEeUnP8=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "68c9ed8bbed9dfce253cc91560bf9043297ef2fe",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-unstable",
+ "type": "indirect"
}
},
"nur": {
@@ -693,19 +708,17 @@ },
"tclip": {
"inputs": {
"gomod2nix": "gomod2nix",
- "nixpkgs": [
- "nixpkgs"
- ],
+ "nixpkgs": "nixpkgs_2",
"utils": [
"flake-utils"
]
},
"locked": {
- "lastModified": 1695233959,
- "narHash": "sha256-5H0Bz6m6aw0Nt4fV7QkU9gIZUS0Jo/Vkqk6pTk1mkBk=",
+ "lastModified": 1721358387,
+ "narHash": "sha256-vkZvaLttczCfwQDHx7DGuIdV+K8QUQXHyMXZmn0df1M=",
"owner": "tailscale-dev",
"repo": "tclip",
- "rev": "99fc19f91adb0e095189e7ba2771269696386ed2",
+ "rev": "5382625af90019d2b4ef29be8e15de3a8cb21238",
"type": "github"
},
"original": {
|