summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock4
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index 4b8ce405c..f64213e39 100644
--- a/flake.lock
+++ b/flake.lock
@@ -73,7 +73,9 @@
},
"zig": {
"inputs": {
- "flake-compat": [],
+ "flake-compat": [
+ "flake-compat"
+ ],
"flake-utils": [
"flake-utils"
],
diff --git a/flake.nix b/flake.nix
index 6794afb11..59939f9f8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,7 +19,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
- flake-compat.follows = "";
+ flake-compat.follows = "flake-compat";
};
};