summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-17 19:42:53 -0400
committerseth <[email protected]>2023-04-17 19:42:53 -0400
commitf67b302981e8a48174dcef01952f5acb26d55bdc (patch)
tree60cd2493c0bb9d1d9f52f60a8886d0729b0e276e /flake.nix
parentf50323e2f275da3456bc48adcb551811294298ac (diff)
chore: update getchoo input
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 df21786..1b13e27 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,7 +21,7 @@
getchoo = {
url = "github:getchoo/overlay";
inputs.nixpkgs.follows = "nixpkgs";
- inputs.utils.follows = "flake-utils";
+ inputs.flake-compat.follows = "flake-compat";
};
home-manager = {
url = "github:nix-community/home-manager";