summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-10 00:31:18 -0500
committerseth <[email protected]>2024-02-10 00:31:18 -0500
commit6bc36b613f8a83d9b265170d7a7c0c683942ceb3 (patch)
tree89d4621e440f10ddcbf1a3f32baf20c950b5f84d /flake.nix
parent57963c95fec3c4e134f332897651bab137a78c21 (diff)
flake.lock: fix duplicated systems and flake-compat inputs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c1d3f3f..8c15ba6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,6 +54,7 @@
nixpkgs.follows = "nixpkgs";
darwin.follows = "";
home-manager.follows = "";
+ systems.follows = "pre-commit/flake-utils/systems";
};
};
@@ -138,6 +139,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
+ flake-compat.follows = "";
};
};