diff options
| author | seth <[email protected]> | 2023-11-16 00:53:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-16 00:53:20 -0500 |
| commit | 7d0b1a92621b1240c766156d2289a1233e7b20a2 (patch) | |
| tree | 6ae2700c20f159276608a3a79818d3061c1f3cd6 | |
| parent | 967cb68302fc5138551f52249d193c2e50cf4751 (diff) | |
flake: update teawiebot
Flake lock file updates:
• Updated input 'teawiebot':
'github:getchoo/teawiebot/928d1ab5caa5ad1f6e22a869686c77626e53e7e0' (2023-11-14)
→ 'github:getchoo/teawiebot/63b1ccaa01a75acd310b550084c964b946a66f90' (2023-11-16)
• Added input 'teawiebot/fenix':
'github:nix-community/fenix/dfaf3a97fe595a18bf9d55cda3416c17fe906f0f' (2023-11-08)
• Added input 'teawiebot/fenix/nixpkgs':
follows 'teawiebot/nixpkgs'
• Added input 'teawiebot/fenix/rust-analyzer-src':
'github:rust-lang/rust-analyzer/3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' (2023-11-07)
• Added input 'teawiebot/naersk':
'github:nix-community/naersk/aeb58d5e8faead8980a807c840232697982d47b9' (2023-10-27)
• Added input 'teawiebot/naersk/nixpkgs':
follows 'teawiebot/nixpkgs'
| -rw-r--r-- | flake.lock | 68 |
1 files changed, 65 insertions, 3 deletions
@@ -121,6 +121,28 @@ "type": "github" } }, + "fenix": { + "inputs": { + "nixpkgs": [ + "teawiebot", + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src" + }, + "locked": { + "lastModified": 1699424512, + "narHash": "sha256-ysy/MYHkdEhqCSnc8oG9ZS054nCkJgHMORDb1o7NPL8=", + "owner": "nix-community", + "repo": "fenix", + "rev": "dfaf3a97fe595a18bf9d55cda3416c17fe906f0f", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -278,6 +300,27 @@ "type": "github" } }, + "naersk": { + "inputs": { + "nixpkgs": [ + "teawiebot", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1698420672, + "narHash": "sha256-/TdeHMPRjjdJub7p7+w55vyABrsJlt5QkznPYy55vKA=", + "owner": "nix-community", + "repo": "naersk", + "rev": "aeb58d5e8faead8980a807c840232697982d47b9", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "naersk", + "type": "github" + } + }, "nix-index-database": { "inputs": { "nixpkgs": [ @@ -495,6 +538,23 @@ "teawiebot": "teawiebot" } }, + "rust-analyzer-src": { + "flake": false, + "locked": { + "lastModified": 1699395221, + "narHash": "sha256-FPuZhacqpdozOpTivkkqITt78S8WzFyXxF+LXW14l20=", + "owner": "rust-lang", + "repo": "rust-analyzer", + "rev": "3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b", + "type": "github" + }, + "original": { + "owner": "rust-lang", + "ref": "nightly", + "repo": "rust-analyzer", + "type": "github" + } + }, "rust-overlay": { "inputs": { "flake-utils": [ @@ -537,6 +597,8 @@ }, "teawiebot": { "inputs": { + "fenix": "fenix", + "naersk": "naersk", "nixpkgs": [ "nixpkgs" ], @@ -548,11 +610,11 @@ ] }, "locked": { - "lastModified": 1699920098, - "narHash": "sha256-KWqQZynu3MJ/jS2ySaTVLqH8JqFQoEs9B2rW6oU6wvo=", + "lastModified": 1700113563, + "narHash": "sha256-5mbfuWMJd/g0K7lRqMEZM0BgBvoum3OUA0VXFeEbY6E=", "owner": "getchoo", "repo": "teawiebot", - "rev": "928d1ab5caa5ad1f6e22a869686c77626e53e7e0", + "rev": "63b1ccaa01a75acd310b550084c964b946a66f90", "type": "github" }, "original": { |
