summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
};
};