From 0dfe7641cd0349fecba5e506e602c444ebd23373 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 10 Nov 2020 19:33:06 -0500 Subject: [PATCH] oopsie whoopsie uwu --- backend/templates/app.html | 2 +- default.nix | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/backend/templates/app.html b/backend/templates/app.html index 0169643..bf02e4f 100644 --- a/backend/templates/app.html +++ b/backend/templates/app.html @@ -12,7 +12,7 @@
{{ message }}
diff --git a/default.nix b/default.nix index e0e7153..3dd8d16 100644 --- a/default.nix +++ b/default.nix @@ -19,14 +19,11 @@ in stdenv.mkDerivation { # frontend JS mkdir -p $out/public/js - ln -s ${frontend}/Main.js $out/public/js/Main.js + ln -s ${frontend}/Main.js $out/public/js/elm.js # static files cp -vrf ${./static}/* $out/public - mkdir -p $out/public/css - ln -s ${gruvbox}/gruvbox.css $out/public/css/gruvbox.css - # migrations ln -s ${./backend/migrations} $out/migrations '';