From 73e2ee8fa78369a0722c735ac310e65bcfbe2100 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 31 Jul 2025 00:09:50 +0200 Subject: [PATCH] flake: remove hyprswitch input --- flake.lock | 53 ----------------------------------------------------- flake.nix | 4 ---- 2 files changed, 57 deletions(-) diff --git a/flake.lock b/flake.lock index dea6713..4b241e9 100644 --- a/flake.lock +++ b/flake.lock @@ -31,24 +31,6 @@ "type": "github" } }, - "flake-parts": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib" - }, - "locked": { - "lastModified": 1733312601, - "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems" @@ -88,28 +70,6 @@ "type": "github" } }, - "hyprswitch": { - "inputs": { - "flake-parts": "flake-parts", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1732716329, - "narHash": "sha256-e/t8CD7HXnRziDgA+iT2eMzj2VypvFoZeTILngHFet0=", - "owner": "H3rmt", - "repo": "hyprswitch", - "rev": "8e1d741aa0cca12f5920c77adf3dc784f20456cc", - "type": "github" - }, - "original": { - "owner": "H3rmt", - "ref": "v3.1.3", - "repo": "hyprswitch", - "type": "github" - } - }, "matrix-synapse-next": { "inputs": { "nixpkgs": "nixpkgs" @@ -197,18 +157,6 @@ "url": "https://github.com/NixOS/nixpkgs/archive/34bfa9403e42eece93d1a3740e9d8a02fceafbca.tar.gz" } }, - "nixpkgs-lib": { - "locked": { - "lastModified": 1733096140, - "narHash": "sha256-1qRH7uAUsyQI7R1Uwl4T+XvdNv778H0Nb5njNrqvylY=", - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" - } - }, "nixpkgs-unstable": { "locked": { "lastModified": 1751271578, @@ -261,7 +209,6 @@ "inputs": { "extra-config": "extra-config", "home-manager": "home-manager", - "hyprswitch": "hyprswitch", "matrix-synapse-next": "matrix-synapse-next", "nix-darwin": "nix-darwin", "nix-minecraft": "nix-minecraft", diff --git a/flake.nix b/flake.nix index 1aad4cb..2b8db52 100644 --- a/flake.nix +++ b/flake.nix @@ -14,8 +14,6 @@ matrix-synapse-next.url = "github:dali99/nixos-matrix-modules/v0.6.0"; nix-minecraft.url = "github:Infinidoge/nix-minecraft"; - hyprswitch.url = "github:H3rmt/hyprswitch/v3.1.3"; - hyprswitch.inputs.nixpkgs.follows = "nixpkgs"; extra-config.url = "git+file:///home/felixalb/nix-extra-config"; @@ -26,7 +24,6 @@ outputs = { self , home-manager - , hyprswitch , matrix-synapse-next , nix-minecraft , nix-darwin @@ -48,7 +45,6 @@ config.allowUnfree = true; }; - hyprswitch = hyprswitch.packages.${prev.system}.default; pwndbg-gdb-alias = prev.callPackage ./common/pwndbg-gdb-alias.nix { }; securecrt = prev.callPackage ./common/securecrt.nix { }; };