Compare commits

..

No commits in common. "5-channel" and "nix-package" have entirely different histories.

2 changed files with 6 additions and 5 deletions

@ -1 +1 @@
Subproject commit 6ea63caca50905f6d4f2b80de4005f974bf829b0 Subproject commit 8b7f59cdc6ed80b525b2dff665308d808a526d97

View file

@ -1,9 +1,10 @@
{ pkgs }: { pkgs }:
let let
src = pkgs.fetchgit { src = pkgs.fetchFromGitHub {
url = "https://git.ashhhleyyy.dev/ash/WebStudio"; owner = "UniversityRadioYork";
rev= "6ea63caca50905f6d4f2b80de4005f974bf829b0"; repo = "WebStudio";
hash = "sha256-ur2T3m3M6GDfpE5/oMXqs/kLd06xMOGOFQu7MI4zfOI="; rev= "8b7f59cdc6ed80b525b2dff665308d808a526d97";
hash = "sha256-I+N/mskX8/gN065SqPxmOn3nrHKPWPcIZygSGbB6GEE=";
}; };
yarnOfflineCache = pkgs.fetchYarnDeps { yarnOfflineCache = pkgs.fetchYarnDeps {
yarnLock = "${src}/yarn.lock"; yarnLock = "${src}/yarn.lock";