From 277ad983d4d9caf51679d3c1c615ecc7134539be Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 17 Apr 2020 15:08:38 +0100 Subject: Nixify build for Chord Drill Sergeant Thankfully @tazjin builds Gemma (an Elm project) with Nix, so I could reference Gemma's default.nix to help me with mine. Elm problematically attempts to HTTP-fetch a list of packages to verify my project's dependencies. Because Nix builds derivations in a sandbox without network access, I need to use some escape hatches (i.e. NIX_REDIRECTS, LD_PRELOAD, SYSTEM_CERTIFICATE_PATH). Welp... it's packaged now... I'm also pointing learnpianochords.app to this project's index.html. It will be live soon! :) TODO(wpcarro): Rename "Chord Drill Sergeant" -> "Learn Piano Chords" (KISS) --- website/sandbox/chord-drill-sergeant/src/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/sandbox/chord-drill-sergeant/src/Main.elm') diff --git a/website/sandbox/chord-drill-sergeant/src/Main.elm b/website/sandbox/chord-drill-sergeant/src/Main.elm index c4c7a36653a2..054d318a08b1 100644 --- a/website/sandbox/chord-drill-sergeant/src/Main.elm +++ b/website/sandbox/chord-drill-sergeant/src/Main.elm @@ -123,7 +123,7 @@ init = , whitelistedKeys = keys , selectedChord = Nothing , isPaused = True - , tempo = 30 + , tempo = 20 , firstNote = firstNote , lastNote = lastNote , view = Preferences -- cgit 1.4.1