summaryrefslogtreecommitdiffstats
path: root/static-nomath-org.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-16 03:14:02 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-16 03:49:58 +0100
commit3f9325ad541c408a8de7b7b69a39f3e247b164ab (patch)
tree1bea3fe30c8630f0886ae1938c3e61e61e863640 /static-nomath-org.nix
init
Diffstat (limited to 'static-nomath-org.nix')
-rw-r--r--static-nomath-org.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/static-nomath-org.nix b/static-nomath-org.nix
new file mode 100644
index 0000000..894a3ff
--- /dev/null
+++ b/static-nomath-org.nix
@@ -0,0 +1,6 @@
+{ stdenv }:
+stdenv.mkDerivation {
+ name = "static-nomath-org";
+ src = ./.;
+ installPhase = "mv public $out";
+}