Fix for new nixpkgs

This commit is contained in:
2025-07-13 10:41:13 -07:00
parent 675f98b014
commit 1fad66b551
2 changed files with 5 additions and 3 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1739698114, "lastModified": 1752012998,
"narHash": "sha256-8S9n69Dnpg8DhfFlP0YvMGmSOY2X4kImGSPWXYNpaHM=", "narHash": "sha256-Q82Ms+FQmgOBkdoSVm+FBpuFoeUAffNerR5yVV7SgT8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b1b43d32be000928cc71250ed77f4a0a5f2bc23a", "rev": "2a2130494ad647f953593c4e84ea4df839fbd68c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -28,6 +28,8 @@
propagatedBuildInputs = inputs; propagatedBuildInputs = inputs;
pyproject = false;
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp selenium_cookie_extractor_json.py $out/bin/google-cookie-retrieval cp selenium_cookie_extractor_json.py $out/bin/google-cookie-retrieval