fixed spicetify ref

This commit is contained in:
Gerg-L 2023-07-02 00:44:08 -04:00
parent 160a5c3ffe
commit cd8ef77384
2 changed files with 11 additions and 7 deletions

16
flake.lock generated
View file

@ -291,14 +291,18 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1688271042, "lastModified": 1688272989,
"narHash": "sha256-jO2i5SAX87yh7MJtZ2kmlWwFBC90TyeBWjCzcs6Z2Jk=", "narHash": "sha256-chqWze799IZhOy8p2KlPc4Agr2nEWYdoFDo4RUQPDwE=",
"path": "/home/gerg/Projects/spicetify-nix", "owner": "Gerg-L",
"type": "path" "repo": "spicetify-nix",
"rev": "b9087dda5ced8d55ec5cb69b9ba57adbbbf38407",
"type": "github"
}, },
"original": { "original": {
"path": "/home/gerg/Projects/spicetify-nix", "owner": "Gerg-L",
"type": "path" "ref": "personal",
"repo": "spicetify-nix",
"type": "github"
} }
}, },
"stable": { "stable": {

View file

@ -22,7 +22,7 @@
}; };
spicetify-nix = { spicetify-nix = {
#url = "github:the-argus/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"; inputs.nixpkgs.follows = "unstable";
}; };
#my own packages #my own packages