diff options
| -rw-r--r-- | flake.lock | 4 | ||||
| -rw-r--r-- | flake.nix | 2 |
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" ], @@ -19,7 +19,7 @@ inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; - flake-compat.follows = ""; + flake-compat.follows = "flake-compat"; }; }; |
