flake: remove non existing override
This commit is contained in:
parent
7a109c779e
commit
8bd8c3f995
1 changed files with 2 additions and 5 deletions
|
@ -67,8 +67,7 @@
|
|||
inputs.utils.follows = "flake-utils"; # Yes, it's actually called `utils`, not a typo
|
||||
};
|
||||
|
||||
hyprland =
|
||||
{
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland";
|
||||
inputs.systems.follows = "systems";
|
||||
};
|
||||
|
@ -77,7 +76,6 @@
|
|||
inputs = {
|
||||
hyprlang.follows = "hyprland/hyprlang";
|
||||
hyprutils.follows = "hyprland/hyprutils";
|
||||
hyprgraphics.follows = "hyprland/hyprgraphics";
|
||||
hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner";
|
||||
hyprland-protocols.follows = "hyprland/hyprland-protocols";
|
||||
|
||||
|
@ -141,8 +139,7 @@
|
|||
|
||||
# Dependency pinning to prevent duplicate versions
|
||||
systems.url = "github:nix-systems/default";
|
||||
flake-utils =
|
||||
{
|
||||
flake-utils = {
|
||||
url = "github:numtide/flake-utils";
|
||||
inputs.systems.follows = "systems";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue