diff --git a/flake.lock b/flake.lock index 71a1602..5914bf6 100644 --- a/flake.lock +++ b/flake.lock @@ -396,22 +396,6 @@ "type": "github" } }, - "openrgb": { - "flake": false, - "locked": { - "lastModified": 1705251489, - "narHash": "sha256-UaShlE/VT2mmSO1F91GIUYwTmSPdOOPJRhkzgKIjwkY=", - "owner": "CalcProgrammer1", - "repo": "OpenRGB", - "rev": "b79cf82d9676ff1993e43fcec0630b906f84773c", - "type": "gitlab" - }, - "original": { - "owner": "CalcProgrammer1", - "repo": "OpenRGB", - "type": "gitlab" - } - }, "pre-commit-hooks": { "inputs": { "flake-compat": "flake-compat_2", @@ -472,41 +456,6 @@ "type": "github" } }, - "prismlauncher": { - "inputs": { - "flake-compat": [ - "flake-compat" - ], - "flake-parts": [ - "flake-parts" - ], - "libnbtplusplus": [ - "libnbtplusplus" - ], - "nix-filter": [ - "nix-filter" - ], - "nixpkgs": [ - "nixpkgs" - ], - "pre-commit-hooks": [ - "pre-commit-hooks" - ] - }, - "locked": { - "lastModified": 1705531696, - "narHash": "sha256-4d3fGCTx/gwhFliXJg1f6hx9IIIF7zXY2KHSz2XRPPk=", - "owner": "PrismLauncher", - "repo": "PrismLauncher", - "rev": "b2c2bf1460eaa89e921ea3fe4cd53ac21c656b79", - "type": "github" - }, - "original": { - "owner": "PrismLauncher", - "repo": "PrismLauncher", - "type": "github" - } - }, "root": { "inputs": { "disko": "disko", @@ -525,9 +474,7 @@ "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "nixpkgs-lib": "nixpkgs-lib", - "openrgb": "openrgb", "pre-commit-hooks": "pre-commit-hooks_2", - "prismlauncher": "prismlauncher", "tela-icon-theme": "tela-icon-theme" } }, diff --git a/flake.nix b/flake.nix index b68e36b..236e6bd 100644 --- a/flake.nix +++ b/flake.nix @@ -24,15 +24,15 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - prismlauncher = { - url = "github:PrismLauncher/PrismLauncher"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-parts.follows = "flake-parts"; - inputs.pre-commit-hooks.follows = "pre-commit-hooks"; - inputs.flake-compat.follows = "flake-compat"; - inputs.libnbtplusplus.follows = "libnbtplusplus"; - inputs.nix-filter.follows = "nix-filter"; - }; + #prismlauncher = { + # url = "github:PrismLauncher/PrismLauncher"; + # inputs.nixpkgs.follows = "nixpkgs"; + # inputs.flake-parts.follows = "flake-parts"; + # inputs.pre-commit-hooks.follows = "pre-commit-hooks"; + # inputs.flake-compat.follows = "flake-compat"; + # inputs.libnbtplusplus.follows = "libnbtplusplus"; + # inputs.nix-filter.follows = "nix-filter"; + #}; nixos-hardware.url = "github:NixOS/nixos-hardware"; nixos-generators = { url = "github:nix-community/nixos-generators"; @@ -43,10 +43,10 @@ url = "github:vinceliuice/Tela-icon-theme"; flake = false; }; - openrgb = { - url = "gitlab:CalcProgrammer1/OpenRGB"; - flake = false; - }; + #openrgb = { + # url = "gitlab:CalcProgrammer1/OpenRGB"; + # flake = false; + #}; # Dependencys flake-parts = {