diff options
| author | seth <[email protected]> | 2024-02-10 00:31:18 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-10 00:31:18 -0500 |
| commit | 6bc36b613f8a83d9b265170d7a7c0c683942ceb3 (patch) | |
| tree | 89d4621e440f10ddcbf1a3f32baf20c950b5f84d /flake.nix | |
| parent | 57963c95fec3c4e134f332897651bab137a78c21 (diff) | |
flake.lock: fix duplicated systems and flake-compat inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = ""; }; }; |
