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
This commit is contained in:
fred21O4 2024-04-05 11:00:30 +13:00 committed by GitHub
parent 6b1dc5e15a
commit 7266c021cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
hyprlang = {
url = "github:hyprwm/hyprlang";
inputs.systems.follows = "systems";
inputs.nixpkgs.follows = "nixpkgs";
};
};