summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-15 18:17:35 -0500
committerseth <[email protected]>2023-12-15 18:18:38 -0500
commitb107ee8a88350acae49b6eb7135f91789483e496 (patch)
treece8572119de4f646518e5d7338c306a5e1e813b9
parenta146db6dcfa044197733645b285300b1e29692a3 (diff)
flake: update teawiebot
Flake lock file updates: • Updated input 'teawiebot': 'github:getchoo/teawiebot/ac32ec2a0ba37deb0ad82b4f2ee9c1e1b359cc88' (2023-12-12) → 'github:getchoo/teawiebot/fd0c1b3141d44325afdc664bf771bdd362fd85f3' (2023-12-15) • Added input 'teawiebot/nix2workflow': 'github:getchoo/nix2workflow/f1de38cfea711e9a788794b5a658298b4062defb' (2023-11-08) • Added input 'teawiebot/nix2workflow/nixpkgs-lib': follows 'teawiebot/nixpkgs'
-rw-r--r--flake.lock9
-rw-r--r--flake.nix1
2 files changed, 7 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 2448789..ff560d5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -686,6 +686,9 @@
"fenix": "fenix",
"flake-root": "flake-root",
"naersk": "naersk",
+ "nix2workflow": [
+ "nix2workflow"
+ ],
"nixpkgs": [
"nixpkgs"
],
@@ -698,11 +701,11 @@
"proc-flake": "proc-flake"
},
"locked": {
- "lastModified": 1702340497,
- "narHash": "sha256-BmcXzjr8u+EQTzabnn4lFsVPYBqZcbb9eN0EX6RqNgg=",
+ "lastModified": 1702680898,
+ "narHash": "sha256-0lAJhJKBUIVG4/WontnkrFMDXZ5S4IOmJgWNRMd5aGY=",
"owner": "getchoo",
"repo": "teawiebot",
- "rev": "ac32ec2a0ba37deb0ad82b4f2ee9c1e1b359cc88",
+ "rev": "fd0c1b3141d44325afdc664bf771bdd362fd85f3",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 1be8bbf..d460e17 100644
--- a/flake.nix
+++ b/flake.nix
@@ -138,6 +138,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
parts.follows = "parts";
+ nix2workflow.follows = "nix2workflow";
pre-commit.follows = "pre-commit";
};
};