From 952e9cb19b5a5d768dcfa259d1213390a27794f4 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 5 Aug 2023 01:16:14 -0400 Subject: [PATCH] flake.nix: remove hyprland input --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index ae737ae..b528f34 100755 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,6 @@ nixpkgs = { url = "github:nixos/nixpkgs/nixos-unstable"; }; - hyprland = { - url = "github:hyprwm/Hyprland"; - inputs.nixpkgs.follows = "nixpkgs"; - }; deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs";