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 }:
let
src = pkgs.fetchgit {
url = "https://git.ashhhleyyy.dev/ash/WebStudio";
rev= "6ea63caca50905f6d4f2b80de4005f974bf829b0";
hash = "sha256-ur2T3m3M6GDfpE5/oMXqs/kLd06xMOGOFQu7MI4zfOI=";
src = pkgs.fetchFromGitHub {
owner = "UniversityRadioYork";
repo = "WebStudio";
rev= "8b7f59cdc6ed80b525b2dff665308d808a526d97";
hash = "sha256-I+N/mskX8/gN065SqPxmOn3nrHKPWPcIZygSGbB6GEE=";
};
yarnOfflineCache = pkgs.fetchYarnDeps {
yarnLock = "${src}/yarn.lock";