summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-16 11:38:17 -0500
committerseth <[email protected]>2023-12-16 13:09:49 -0500
commitc648beab27adbbf2bfd8bafad56ae54bb3e1b195 (patch)
tree285ec5099d687953fe2c5043da844cb769d4850d
parent9df0ed84c4679f6a96c4f5cf9b8138c114af6779 (diff)
flake: update teawiebot
Flake lock file updates: • Updated input 'teawiebot': 'github:getchoo/teawiebot/fd0c1b3141d44325afdc664bf771bdd362fd85f3' (2023-12-15) → 'github:getchoo/teawiebot/51c97f77ae11d4eb8e5c38a9f5d0b5ca9d8e3da4' (2023-12-16) • Updated input 'teawiebot/fenix': 'github:nix-community/fenix/9d04e9469af11e598daaafbcdbca282a3ce451c3' (2023-12-08) → 'github:nix-community/fenix/9247c3b0597a1fc8f917152ae28a6da32251f3c1' (2023-12-15) • Updated input 'teawiebot/fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/bc9c952b6d02bf889fff84ba508423b1daca381e' (2023-12-07) → 'github:rust-lang/rust-analyzer/96f660813c0f4d6d83e62f3e2de979cc5fe7dd96' (2023-12-14) • Removed input 'teawiebot/nix2workflow'
-rw-r--r--flake.lock21
-rw-r--r--flake.nix1
2 files changed, 9 insertions, 13 deletions
diff --git a/flake.lock b/flake.lock
index 06df3bf..8f13b9b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -193,11 +193,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
- "lastModified": 1702016577,
- "narHash": "sha256-fJmiS19tWgSC1jQm5EDGLy8XFRHcM54g6xc0p+Mek+c=",
+ "lastModified": 1702621368,
+ "narHash": "sha256-6mq2WlU6SNPdg6Lx+6xjErNw0NZRauEqu+MDEu5HXPU=",
"owner": "nix-community",
"repo": "fenix",
- "rev": "9d04e9469af11e598daaafbcdbca282a3ce451c3",
+ "rev": "9247c3b0597a1fc8f917152ae28a6da32251f3c1",
"type": "github"
},
"original": {
@@ -627,11 +627,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
- "lastModified": 1701985524,
- "narHash": "sha256-VZ4nVxJ9qMbozjJSo3g53NuG+wLk3Ds7L7hi2VS3I4w=",
+ "lastModified": 1702593725,
+ "narHash": "sha256-qDcTGMEaA3mGHKkDte19TDPU3Y4v/K/TYmQuwpI0DpQ=",
"owner": "rust-lang",
"repo": "rust-analyzer",
- "rev": "bc9c952b6d02bf889fff84ba508423b1daca381e",
+ "rev": "96f660813c0f4d6d83e62f3e2de979cc5fe7dd96",
"type": "github"
},
"original": {
@@ -686,9 +686,6 @@
"fenix": "fenix",
"flake-root": "flake-root",
"naersk": "naersk",
- "nix2workflow": [
- "nix2workflow"
- ],
"nixpkgs": [
"nixpkgs"
],
@@ -701,11 +698,11 @@
"proc-flake": "proc-flake"
},
"locked": {
- "lastModified": 1702680898,
- "narHash": "sha256-0lAJhJKBUIVG4/WontnkrFMDXZ5S4IOmJgWNRMd5aGY=",
+ "lastModified": 1702744141,
+ "narHash": "sha256-OcZ6gUm4ctlFT9W1OyEX/jaFj/OU4a+N/WyqNLvP9K4=",
"owner": "getchoo",
"repo": "teawiebot",
- "rev": "fd0c1b3141d44325afdc664bf771bdd362fd85f3",
+ "rev": "51c97f77ae11d4eb8e5c38a9f5d0b5ca9d8e3da4",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index d460e17..1be8bbf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -138,7 +138,6 @@
inputs = {
nixpkgs.follows = "nixpkgs";
parts.follows = "parts";
- nix2workflow.follows = "nix2workflow";
pre-commit.follows = "pre-commit";
};
};