summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-30 03:15:41 -0500
committerseth <[email protected]>2023-12-30 03:15:41 -0500
commitd4d1100fa6c291f0d1456703c25ccfeb0c3b9a9d (patch)
treefae070dbb05f35b1e90a941aaf0a69241a06265f /flake.nix
parent256bed1471369f7fd63c93ff5d4b3d7220a52c9c (diff)
flake: follow flake-utils for deploy-rs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 052a761..f3f3505 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,7 +45,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "";
- utils.follows = "";
+ utils.follows = "pre-commit/flake-utils";
};
};