From 481b439a52adddede4883eda946ce99bd449a02b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 12 Apr 2022 17:52:46 +0200 Subject: [PATCH] Build with nix --- .gitignore | 3 +- dist/{app.html => index.html} | 2 +- flake.lock | 42 ++++++++++++++++++++ flake.nix | 58 +++++++++++++++++++++++++++ nix/default.nix | 53 +++++++++++++++++++++++++ nix/elm-srcs.nix | 72 ++++++++++++++++++++++++++++++++++ nix/versions.dat | Bin 0 -> 119106 bytes 7 files changed, 228 insertions(+), 2 deletions(-) rename dist/{app.html => index.html} (96%) create mode 100644 flake.lock create mode 100644 flake.nix create mode 100644 nix/default.nix create mode 100644 nix/elm-srcs.nix create mode 100644 nix/versions.dat diff --git a/.gitignore b/.gitignore index b0b94d2..271ee76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ elm-stuff node_modules dist/app.js yarn.lock -package-lock.json \ No newline at end of file +package-lock.json +result diff --git a/dist/app.html b/dist/index.html similarity index 96% rename from dist/app.html rename to dist/index.html index 02e49e7..1962b2c 100644 --- a/dist/app.html +++ b/dist/index.html @@ -9,7 +9,7 @@ -