From cc9ac29ab4a805b456de556967001db7ce59029c Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 21 Aug 2024 14:08:50 -0700 Subject: [PATCH] chore: pin to stable instead of specific hyprland commit --- flake.nix | 2 -- users/youwen/linux/hyprland/common.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 82fe25d..b782c86 100755 --- a/flake.nix +++ b/flake.nix @@ -53,8 +53,6 @@ url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; - - hyprland-stable.url = "github:nixos/nixpkgs/6404fe89d602c9511c08f4978bcb214032cd3cfc"; }; outputs = { diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index 8cbd1f2..2cce905 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -6,7 +6,7 @@ }: { wayland.windowManager.hyprland = { enable = true; - package = inputs.hyprland-stable.legacyPackages.${system}.hyprland; + package = inputs.stablepkgs.legacyPackages.${system}.hyprland; settings = { exec-once = ["waypaper --restore"]; "$mod" = "SUPER";