Use fork of sharry for now
CI / Check, build and cache Nix flake (push) Failing after 1h2m37s Details

This commit is contained in:
Jack O'Sullivan 2024-03-18 21:22:52 +00:00
parent 7d90b5ecb8
commit b420f2377c
2 changed files with 7 additions and 6 deletions

View File

@ -863,15 +863,15 @@
"sbt": "sbt"
},
"locked": {
"lastModified": 1710531241,
"narHash": "sha256-kHGjvzIZsZFG+b53OgLxZlg05Z7JUKWd+hygUs04g78=",
"owner": "eikek",
"lastModified": 1710796573,
"narHash": "sha256-23fLZFNacZU/skc8i7JExHfD//Mpkslhga6f5ATTqBA=",
"owner": "devplayer0",
"repo": "sharry",
"rev": "4ee0015cd4153eecfae43ee7ffc22e79e216828f",
"rev": "4e7a87880ba0807afd5d21706ce383b8b8727990",
"type": "github"
},
"original": {
"owner": "eikek",
"owner": "devplayer0",
"repo": "sharry",
"type": "github"
}

View File

@ -30,7 +30,8 @@
nixGL.inputs.nixpkgs.follows = "nixpkgs-unstable";
# Packages not in nixpkgs
sharry.url = "github:eikek/sharry";
# sharry.url = "github:eikek/sharry";
sharry.url = "github:devplayer0/sharry";
sharry.inputs.nixpkgs.follows = "nixpkgs-unstable";
borgthin.url = "github:devplayer0/borg";
borgthin.inputs.nixpkgs.follows = "nixpkgs-mine";