From 95a5940b259015c751cf9843e011846415a946b7 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 26 May 2025 09:03:17 +0200 Subject: [PATCH] chore: remove hyswipe, doesn't work anyways --- flake.lock | 77 ++++++++++++++---------------------------------------- flake.nix | 4 --- 2 files changed, 20 insertions(+), 61 deletions(-) diff --git a/flake.lock b/flake.lock index d9e32bd..a61bf0e 100644 --- a/flake.lock +++ b/flake.lock @@ -21,33 +21,12 @@ "type": "github" } }, - "Hyswipe": { - "inputs": { - "hyprland": [ - "hyprland" - ], - "systems": "systems_2" - }, - "locked": { - "lastModified": 1739005621, - "narHash": "sha256-IMipnrVIfjVNFm/pV4kI0y27gVBSTjxWNgRTO6lksjQ=", - "owner": "KZDKM", - "repo": "Hyswipe", - "rev": "cd6f1857e2991ac123b7c16e73a7f6e66244052a", - "type": "github" - }, - "original": { - "owner": "KZDKM", - "repo": "Hyswipe", - "type": "github" - } - }, "agenix": { "inputs": { "darwin": "darwin", "home-manager": "home-manager", "nixpkgs": "nixpkgs", - "systems": "systems_3" + "systems": "systems_2" }, "locked": { "lastModified": 1747575206, @@ -276,7 +255,7 @@ }, "flake-utils": { "inputs": { - "systems": "systems_7" + "systems": "systems_6" }, "locked": { "lastModified": 1731533236, @@ -461,7 +440,7 @@ "nixpkgs" ], "pre-commit-hooks": "pre-commit-hooks", - "systems": "systems_4", + "systems": "systems_3", "xdph": "xdph" }, "locked": { @@ -632,7 +611,7 @@ "hyprutils": "hyprutils_2", "hyprwayland-scanner": "hyprwayland-scanner_2", "nixpkgs": "nixpkgs_5", - "systems": "systems_5" + "systems": "systems_4" }, "locked": { "lastModified": 1747584204, @@ -654,7 +633,7 @@ "hyprutils": "hyprutils_3", "hyprwayland-scanner": "hyprwayland-scanner_3", "nixpkgs": "nixpkgs_6", - "systems": "systems_6" + "systems": "systems_5" }, "locked": { "lastModified": 1746481417, @@ -1200,7 +1179,6 @@ "root": { "inputs": { "Hyprspace": "Hyprspace", - "Hyswipe": "Hyswipe", "agenix": "agenix", "alejandra": "alejandra", "catppuccin": "catppuccin", @@ -1249,21 +1227,6 @@ } }, "systems_2": { - "locked": { - "lastModified": 1689347949, - "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", - "owner": "nix-systems", - "repo": "default-linux", - "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default-linux", - "type": "github" - } - }, - "systems_3": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -1278,6 +1241,21 @@ "type": "github" } }, + "systems_3": { + "locked": { + "lastModified": 1689347949, + "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", + "owner": "nix-systems", + "repo": "default-linux", + "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default-linux", + "type": "github" + } + }, "systems_4": { "locked": { "lastModified": 1689347949, @@ -1309,21 +1287,6 @@ } }, "systems_6": { - "locked": { - "lastModified": 1689347949, - "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", - "owner": "nix-systems", - "repo": "default-linux", - "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default-linux", - "type": "github" - } - }, - "systems_7": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", diff --git a/flake.nix b/flake.nix index 2e189ed..5371b3e 100644 --- a/flake.nix +++ b/flake.nix @@ -21,10 +21,6 @@ url = "github:KZDKM/Hyprspace"; inputs.hyprland.follows = "hyprland"; # Hyprspace uses latest Hyprland. We declare this to keep them in sync. }; - Hyswipe = { - url = "github:KZDKM/Hyswipe"; - inputs.hyprland.follows = "hyprland"; # Hyswipe uses latest Hyprland. We declare this to keep them in sync. - }; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nur.url = "github:nix-community/NUR"; nixos-hardware.url = "github:nixos/nixos-hardware";