From cd8ef773845e1fb5e009918ead3868bc17c9868e Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 2 Jul 2023 00:44:08 -0400 Subject: [PATCH] fixed spicetify ref --- flake.lock | 16 ++++++++++------ flake.nix | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 4c7f0bf..9c11731 100644 --- a/flake.lock +++ b/flake.lock @@ -291,14 +291,18 @@ ] }, "locked": { - "lastModified": 1688271042, - "narHash": "sha256-jO2i5SAX87yh7MJtZ2kmlWwFBC90TyeBWjCzcs6Z2Jk=", - "path": "/home/gerg/Projects/spicetify-nix", - "type": "path" + "lastModified": 1688272989, + "narHash": "sha256-chqWze799IZhOy8p2KlPc4Agr2nEWYdoFDo4RUQPDwE=", + "owner": "Gerg-L", + "repo": "spicetify-nix", + "rev": "b9087dda5ced8d55ec5cb69b9ba57adbbbf38407", + "type": "github" }, "original": { - "path": "/home/gerg/Projects/spicetify-nix", - "type": "path" + "owner": "Gerg-L", + "ref": "personal", + "repo": "spicetify-nix", + "type": "github" } }, "stable": { diff --git a/flake.nix b/flake.nix index 4f626fc..ee4c2b1 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ }; spicetify-nix = { #url = "github:the-argus/spicetify-nix"; - url = "path:/home/gerg/Projects/spicetify-nix"; + url = "github:Gerg-L/spicetify-nix/personal"; inputs.nixpkgs.follows = "unstable"; }; #my own packages