diff --git a/flake.lock b/flake.lock index 79ea7b7..3d1fcc6 100644 --- a/flake.lock +++ b/flake.lock @@ -89,6 +89,22 @@ "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" } }, + "flake-compat_3": { + "flake": false, + "locked": { + "lastModified": 1696426674, + "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, "flake-parts": { "inputs": { "nixpkgs-lib": [ @@ -161,24 +177,6 @@ "type": "github" } }, - "flake-utils_4": { - "inputs": { - "systems": "systems_3" - }, - "locked": { - "lastModified": 1685518550, - "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "git-hooks": { "inputs": { "flake-compat": [ @@ -425,21 +423,21 @@ }, "spicetify-nix": { "inputs": { - "flake-utils": "flake-utils_4", + "flake-compat": "flake-compat_3", "nixpkgs": [ "nixpkgs" ] }, "locked": { - "lastModified": 1727460820, - "narHash": "sha256-j54SjpQVoIOblTzyGRWnQnJz63eUCPb1sI/oyDm+eO0=", - "owner": "the-argus", + "lastModified": 1731384954, + "narHash": "sha256-lTq/3IR2RoIKqbP8PORTV/iEdxVee6MyHMsjgIOQs4s=", + "owner": "Gerg-L", "repo": "spicetify-nix", - "rev": "6cce28acab7d9ec26188ed71295f6b4306e0a7f5", + "rev": "a3cffdcb8992825929b115ea8030f806ed1ad24f", "type": "github" }, "original": { - "owner": "the-argus", + "owner": "Gerg-L", "repo": "spicetify-nix", "type": "github" } @@ -474,21 +472,6 @@ "type": "github" } }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "treefmt-nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 17b7a85..020bf12 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ catppuccin.url = "github:catppuccin/nix"; spicetify-nix = { - url = "github:the-argus/spicetify-nix"; + url = "github:Gerg-L/spicetify-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/modules/home/ui/apps/spotify.nix b/modules/home/ui/apps/spotify.nix index 5b65744..02d2615 100644 --- a/modules/home/ui/apps/spotify.nix +++ b/modules/home/ui/apps/spotify.nix @@ -8,10 +8,10 @@ }: with lib; let cfg = config.ui.apps.spotify; - spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default; + spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system}; in { imports = [ - inputs.spicetify-nix.homeManagerModules.spicetify + inputs.spicetify-nix.homeManagerModules.default ]; options.ui.apps.spotify = {enable = mkEnableOption "spotify";};