From 7266c021cdf05370009228e3866067dcdcc97fc2 Mon Sep 17 00:00:00 2001 From: fred21O4 <67189813+fred21O4@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:00:30 +1300 Subject: [PATCH] fix missing follow in flake.nix this causes an extra instance of the systems flake, and makes it very difficult to overide in upstream flakes --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index bcee089..535cfee 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,7 @@ hyprlang = { url = "github:hyprwm/hyprlang"; + inputs.systems.follows = "systems"; inputs.nixpkgs.follows = "nixpkgs"; }; };