Merge pull request #22 from fred21O4/patch-1

fix missing follow in flake.nix
This commit is contained in:
Mihai Fufezan 2024-04-05 20:45:35 +03:00 committed by GitHub
commit 08fbf37b1c
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 = { hyprlang = {
url = "github:hyprwm/hyprlang"; url = "github:hyprwm/hyprlang";
inputs.systems.follows = "systems";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };